Skip to content

Commit

Permalink
[Released 3.7.0]
Browse files Browse the repository at this point in the history
 - Rewrite some functions
 - Remove redundant code
 - Remove legacy bugs
 - Optimize Mpk Store interface
[Bugs]
-When running on Linux, there is no response when sliding on the touchpad
-When running on Linux, The Gui Will Freeze sometimes
Signed-off-by: ColdWindScholar <3590361911@qq.com>

Signed-off-by: ColdWindScholar <3590361911@qq.com>
  • Loading branch information
ColdWindScholar committed Jul 7, 2024
1 parent 1e815b4 commit 09797b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setting.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ theme = dark
path =
ai_engine = 0
version = 3.7.0
barlevel = 0.90
barlevel = 0.89
oobe = 0
language = English
contextpatch = 0
Expand Down
5 changes: 4 additions & 1 deletion tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -3708,7 +3708,10 @@ def init():
Upgrade()
if not os.path.exists(f'{elocal}{os.sep}bin{os.sep}{platform.system()}{os.sep}{platform.machine()}'):
error(1, 'Sorry,Not support your device yet.')

try:
win.winfo_exists()
except TclError:
return
win.gui()
if os.name == 'nt':
py_win_style.apply_style(win, "mica")
Expand Down

0 comments on commit 09797b5

Please sign in to comment.