mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Raise settings dialog when creating
Else at least on OS X it is burried somewhere.
This commit is contained in:
parent
2ca5eaaab9
commit
eabe3f968e
@ -565,6 +565,7 @@ void Application::slotSettings()
|
||||
if (_settingsDialog.isNull()) {
|
||||
_settingsDialog = new SettingsDialog(this);
|
||||
_settingsDialog->open();
|
||||
Utility::raiseDialog(_settingsDialog);
|
||||
} else {
|
||||
Utility::raiseDialog(_settingsDialog);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user