fix frozen
This commit is contained in:
parent
76472770bf
commit
12f5f373b3
@ -101,6 +101,9 @@ def start_tray():
|
||||
if not SystemUtils.is_frozen():
|
||||
return
|
||||
|
||||
if not SystemUtils.is_windows():
|
||||
return
|
||||
|
||||
def open_web():
|
||||
"""
|
||||
调用浏览器打开前端页面
|
||||
|
Loading…
x
Reference in New Issue
Block a user