fix: show normal mac os

This commit is contained in:
sithlord48
2024-12-22 16:30:52 -05:00
committed by Nick Bolton
parent a401c98bf6
commit 368ccbbe4c

View File

@ -1103,7 +1103,7 @@ void MainWindow::showAndActivate()
#ifdef Q_OS_MAC
forceAppActive();
#endif
show();
showNormal();
raise();
activateWindow();
}