added a winehelper launch button when dependencies are successfully installed

This commit is contained in:
Sergey Palcheh
2025-09-02 10:23:44 +06:00
parent 76b7d4f046
commit 3381054c21

View File

@@ -341,6 +341,7 @@ class DependencyManager:
if not still_missing:
installation_successful = True
close_button.setText("Запустить WineHelper")
else:
warn_box = QMessageBox(dialog)
warn_box.setWindowIcon(self.app_icon)