removed the pop-up window after creating a shortcut

This commit is contained in:
Sergey Palcheh
2025-09-22 17:21:11 +06:00
parent f858746064
commit 4f9821450a

View File

@@ -4215,7 +4215,6 @@ class WineHelperGUI(QMainWindow):
"""Обрабатывает завершение создания ярлыка."""
self._handle_command_finished(exit_code, exit_status)
if exit_code == 0:
QMessageBox.information(self, "Успех", "Ярлык успешно создан.")
self.update_installed_apps()
# Переключаемся на вкладку "Установленные"
for i in range(self.tab_bar.count()):