Keyboard signals mixin cleanup; Gtk main call moved

This commit is contained in:
2024-01-03 20:27:36 -06:00
parent 5ac7ac62d3
commit 873b415f47
4 changed files with 42 additions and 40 deletions

View File

@@ -34,8 +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):
try: