the prefix name was added to the list immediately after it was restored
This commit is contained in:
@@ -5117,6 +5117,7 @@ class WineHelperGUI(QMainWindow):
|
||||
if exit_code == 0:
|
||||
self.command_log_output.append(f"\n=== Восстановление успешно завершено ===")
|
||||
self.update_installed_apps()
|
||||
self._load_created_prefixes()
|
||||
self.filter_installed_buttons()
|
||||
else:
|
||||
self.command_log_output.append(f"\n=== Ошибка выполнения (код: {exit_code}) ===")
|
||||
|
||||
Reference in New Issue
Block a user