feat: Client 启动时默认最大化 (#147)

This commit is contained in:
chengma
2026-08-11 11:38:29 +08:00
parent 045ee40bee
commit e39749447c
3 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ def ui_main():
setTheme(Theme.AUTO)
window = MainWindow()
window.show()
window.showMaximized()
try:
mark_current_version_healthy()
except OSError: