Add raise() to make sure window is on top
This commit is contained in:
@@ -1774,6 +1774,7 @@ void MainWindow::CommandlineOptionsReceived(const quint32 instanceId, const QByt
|
|||||||
options.Load(string_options);
|
options.Load(string_options);
|
||||||
|
|
||||||
if (options.is_empty()) {
|
if (options.is_empty()) {
|
||||||
|
raise();
|
||||||
show();
|
show();
|
||||||
activateWindow();
|
activateWindow();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user