Skip to content

Commit 05c1e32

Browse files
call call_after_starting function even with --minimized arg.
1 parent 6f5f4e4 commit 05c1e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def main():
107107
app.set_main_window(main_window)
108108
if "--minimized" not in sys.argv:
109109
main_window.show()
110-
call_after_starting(main_window)
110+
call_after_starting(main_window)
111111
sys.exit(app.exec())
112112
except Exception as e:
113113
print(e)

0 commit comments

Comments
 (0)