Skip to content

Commit 06dbc62

Browse files
Robert M OchshornRobert M Ochshorn
authored andcommitted
start app on top
1 parent b5a5b3f commit 06dbc62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gentle.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ def quit_server():
4242

4343
w.show()
4444

45+
w.raise_()
46+
w.activateWindow()
47+
4548
app.exec_()
4649

4750
logging.info("Waiting for server to quit.")

0 commit comments

Comments
 (0)