devel #52

Manually merged
CastroFidel merged 6 commits from minergenon/winehelper:devel into master 2025-09-02 14:28:57 +00:00
Showing only changes of commit 76b7d4f046 - Show all commits

View File

@@ -340,12 +340,6 @@ class DependencyManager:
still_missing = missing_packages
if not still_missing:
info_box = QMessageBox(dialog)
info_box.setWindowIcon(self.app_icon)
info_box.setIcon(QMessageBox.Information)
info_box.setWindowTitle("Успех")
info_box.setText("Все необходимые зависимости были успешно установлены.")
info_box.exec_()
installation_successful = True
else:
warn_box = QMessageBox(dialog)