idle_add refactor for event source clearing; Gtk main call moved

This commit is contained in:
2024-01-03 20:36:17 -06:00
parent 37e3265be5
commit 8e5ae4824c
7 changed files with 37 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ class Application(IPCServer):
raise AppLaunchException(f"{app_name} IPC Server Exists: Have sent path(s) to it and closing...")
self.setup_debug_hook()
Window(args, unknownargs)
Window(args, unknownargs).main()
def socket_realization_check(self):