|
@@ -28,6 +28,7 @@ def activate(url: str, title: str, width: int, height: int, fullscreen: bool) ->
|
|
process = multiprocessing.Process(target=open_window, args=(url, title, width, height, fullscreen), daemon=False)
|
|
process = multiprocessing.Process(target=open_window, args=(url, title, width, height, fullscreen), daemon=False)
|
|
Thread(target=check_shutdown, daemon=True).start()
|
|
Thread(target=check_shutdown, daemon=True).start()
|