mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-05 00:24:23 +00:00
Add update values slot for config widget
This commit is contained in:
@@ -136,3 +136,9 @@ void Controller::disableTrayIcon() {
|
||||
m_trayIcon->deleteLater();
|
||||
ConfigHandler().setDisabledTrayIcon(true);
|
||||
}
|
||||
|
||||
void Controller::updateConfigComponents() {
|
||||
if(m_configWindow) {
|
||||
m_configWindow->updateComponents();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user