Only reload settings once
This commit is contained in:
parent
2d3509ae56
commit
560000f69d
|
@ -2116,7 +2116,6 @@ SettingsDialog *MainWindow::CreateSettingsDialog() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
connect(settings_dialog, SIGNAL(accepted()), SLOT(ReloadAllSettings()));
|
|
||||||
connect(settings_dialog, SIGNAL(ReloadSettings()), SLOT(ReloadAllSettings()));
|
connect(settings_dialog, SIGNAL(ReloadSettings()), SLOT(ReloadAllSettings()));
|
||||||
|
|
||||||
// Allows custom notification preview
|
// Allows custom notification preview
|
||||||
|
|
Loading…
Reference in New Issue