Autoupdate config menu after config changes

This commit is contained in:
lupoDharkael
2017-07-31 22:41:08 +02:00
parent 3e7e6d1652
commit d9c6b603bb
9 changed files with 34 additions and 8 deletions

View File

@@ -58,5 +58,4 @@ void FlameshotDBusAdapter::trayIconEnabled(bool enabled) {
} else {
controller->disableTrayIcon();
}
controller->updateConfigComponents();
}