the prefix name was added to the list immediately after it was restored

This commit is contained in:
Sergey Palcheh
2025-12-04 09:55:38 +06:00
parent ded62bd9ac
commit 371b2b7484

View File

@@ -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}) ===")