Skip to content

Commit

Permalink
[Released 3.8.1]
Browse files Browse the repository at this point in the history
 - Fix Upgrade Online
 - Fix Pack Function
 - Add Transparent effect For Windows

Signed-off-by: ColdWindScholar <3590361911@qq.com>
  • Loading branch information
ColdWindScholar committed Jul 19, 2024
1 parent 0d91c77 commit 442d9a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ def enable_contextpatch():
ttk.Checkbutton(sf4, text=lang.ai_engine, variable=ai, onvalue='1',
offvalue='0',
style="Toggle.TButton").pack(padx=10, pady=10, fill=X)
ttk.Checkbutton(sf4, text='Transparent effect', variable=treff, onvalue='1',
if os.name == 'nt':
ttk.Checkbutton(sf4, text='Transparent effect', variable=treff, onvalue='1',
offvalue='0',
style="Toggle.TButton").pack(padx=10, pady=10, fill=X)
# ttk.Checkbutton(sf4, text="新项目结构", variable=New_Project_Structure, onvalue='1',
Expand Down

0 comments on commit 442d9a6

Please sign in to comment.