Remove unnecessary mp.freeze_support() for non-packaged execution

This commit is contained in:
Elaina 2024-09-03 17:54:38 +08:00
parent 52ba2623de
commit 821e54f822

View file

@ -184,8 +184,6 @@ def webview_window(child_conn, global_space, host, port, url, tray):
if __name__ == "__main__":
mp.freeze_support()
splash_queue = mp.Queue()
splash_process = mp.Process(target=splash_screen, args=(splash_queue,), daemon=True)
splash_process.start()