removed the dependency installation success window

This commit is contained in:
Sergey Palcheh
2025-09-02 10:11:47 +06:00
parent aeae544640
commit 76b7d4f046

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)