diff --git a/winehelper_gui.py b/winehelper_gui.py index 1f95a13..62e8535 100644 --- a/winehelper_gui.py +++ b/winehelper_gui.py @@ -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)