既に開かれているウィンドウをロック前に最小化する処理を追加

This commit is contained in:
suti7yk5032 2024-09-23 23:50:33 +09:00
parent 8c8e9e6f06
commit b090e27056

View file

@ -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()