Skip to content

Commit

Permalink
Update GUI_ZhCN.py
Browse files Browse the repository at this point in the history
disable window always on top
  • Loading branch information
caikun233 authored Dec 28, 2023
1 parent 9a6ac2f commit 6c6e745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/GUI_ZhCN.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def decrypt_data():
output_text.place(x=80, y=380, width=640, height=190)

# 隐藏控制台黑框
root.wm_attributes('-topmost', 1)
root.after(1, lambda: root.focus_force())
#root.wm_attributes('-topmost', 1)
#root.after(1, lambda: root.focus_force())

# 启动主循环
root.mainloop()

0 comments on commit 6c6e745

Please sign in to comment.