Skip to content

Commit 7b6c5a6

Browse files
author
ThePBone
committed
Reenable DBus signal receiver
1 parent 8dcbd96 commit 7b6c5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mainwindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ MainWindow::MainWindow(QString exepath, bool statupInTray, bool allowMultipleIns
143143
else trayIcon->hide();
144144

145145
connect(m_dbus, &DBusProxy::propertiesCommitted, this, [this](){
146-
//conf->setConfigMap(m_dbus->FetchPropertyMap());
147-
//LoadConfig(Context::DBus);
146+
conf->setConfigMap(m_dbus->FetchPropertyMap());
147+
LoadConfig(Context::DBus);
148148
});
149149

150150
connect(m_appwrapper,&AppConfigWrapper::styleChanged,this,[this](){

0 commit comments

Comments
 (0)