diff --git a/dislocker_client.py b/dislocker_client.py index 8efd145..8f9ba1e 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -181,6 +181,7 @@ class App(customtkinter.CTk): if client_config["testing"] == True: pass else: + shutup_window = keyboard.press_and_release('windows + d') self.attributes('-fullscreen', True) self.attributes('-topmost', True) self.block_taskmgr()