mirror of
https://github.com/hyb-oyqq/FRAISEMOE-Addons-Installer-NEXT.git
synced 2025-12-21 22:38:35 +00:00
feat(core): 增强加载对话框和哈希验证功能
- 在主窗口中添加显示和隐藏加载对话框的方法,提升用户体验。 - 更新补丁切换处理程序,增加调试模式参数以优化批量操作。 - 在离线模式管理器中增强哈希校验失败的日志记录,提供更详细的错误信息。 - 优化解压线程,增加对签名文件的处理逻辑,确保补丁安装的完整性和准确性。 - 在哈希验证线程中添加超时检测和进度更新,提升验证过程的可控性和用户反馈。
This commit is contained in:
@@ -94,7 +94,7 @@ class PatchToggleHandler(QObject):
|
||||
|
||||
selected_game_dirs = {game: games_with_patch[game]["dir"] for game in selected_games if game in games_with_patch}
|
||||
|
||||
self._execute_batch_toggle(selected_game_dirs, operation)
|
||||
self._execute_batch_toggle(selected_game_dirs, operation, self.debug_manager.debug_mode)
|
||||
|
||||
def _handle_multiple_games(self, game_dirs, debug_mode):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user