Skip to content

Commit c8ecfc8

Browse files
committed
fix: airplane plugin does not show in tray area
dconfig appId has error, because network module removed form this repo. Log: as title Pms: BUG-313763
1 parent 3d8c50c commit c8ecfc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dde-dock/airplane-mode/airplanemodeplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Q_LOGGING_CATEGORY(AIRPLANE, "org.deepin.dde.dock.airplane-mode")
1717
AirplaneModePlugin::AirplaneModePlugin(QObject *parent)
1818
: QObject(parent)
1919
, m_item(new AirplaneModeItem)
20-
, m_dconfig(DConfig::create("org.deepin.dde.tray-loader", "org.deepin.dde.network", QString(), this))
20+
, m_dconfig(DConfig::create("org.deepin.dde.network", "org.deepin.dde.network", QString(), this))
2121
, m_quickPanelWidget(new QuickPanelWidget)
2222
, m_messageCallback(nullptr)
2323
{

0 commit comments

Comments
 (0)