mirror of
https://github.com/hyb-oyqq/FRAISEMOE-Addons-Installer-NEXT.git
synced 2026-01-05 08:30:24 +00:00
feat(core): 优化菜单样式和字体,添加开发者选项菜单
- 从 UI_install.py 中获取字体属性,确保菜单样式一致 - 优化下载命令参数,提高下载速度和性能 - 修复部分 UI 元素的显示问题
This commit is contained in:
@@ -462,7 +462,7 @@ class MainWindow(QMainWindow):
|
||||
if event:
|
||||
event.accept()
|
||||
else:
|
||||
sys.exit(0)
|
||||
sys.exit(0)
|
||||
|
||||
def handle_install_button_click(self):
|
||||
"""处理安装按钮点击事件
|
||||
@@ -612,6 +612,6 @@ class MainWindow(QMainWindow):
|
||||
return
|
||||
|
||||
# 开始卸载补丁
|
||||
self.patch_manager.uninstall_patch(game_dir, game_version)
|
||||
self.patch_manager.uninstall_patch(game_dir, game_version)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user