Skip to content

Commit 3e7069b

Browse files
committed
activate window + 0.5
1 parent f24db44 commit 3e7069b

File tree

2 files changed

+4489
-4486
lines changed

2 files changed

+4489
-4486
lines changed

src/main.py

+3
Original file line numberDiff line numberDiff line change
@@ -1759,6 +1759,9 @@ def version_check():
17591759
if msg.exec_() == QMessageBox.Yes:
17601760
QDesktopServices.openUrl(QUrl("https://github.com/TuringApp/Turing/releases/latest"))
17611761

1762+
window.raise_()
1763+
window.activateWindow()
1764+
17621765
try:
17631766
exitCode = app.exec_()
17641767
except:

0 commit comments

Comments
 (0)