Add raise() to make sure window is on top

This commit is contained in:
Jonas Kvinge 2019-01-26 17:44:05 +01:00
parent 4c2f28311c
commit 8f316db49c
1 changed files with 1 additions and 0 deletions

View File

@ -1774,6 +1774,7 @@ void MainWindow::CommandlineOptionsReceived(const quint32 instanceId, const QByt
options.Load(string_options);
if (options.is_empty()) {
raise();
show();
activateWindow();
}