既に開かれているウィンドウをロック前に最小化する処理を追加
This commit is contained in:
parent
8c8e9e6f06
commit
b090e27056
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ class App(customtkinter.CTk):
|
||||||
if client_config["testing"] == True:
|
if client_config["testing"] == True:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
shutup_window = keyboard.press_and_release('windows + d')
|
||||||
self.attributes('-fullscreen', True)
|
self.attributes('-fullscreen', True)
|
||||||
self.attributes('-topmost', True)
|
self.attributes('-topmost', True)
|
||||||
self.block_taskmgr()
|
self.block_taskmgr()
|
||||||
|
|
Loading…
Reference in a new issue