forked from CastroFidel/winehelper
removed the pop-up window after creating a shortcut
This commit is contained in:
@@ -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()):
|
||||
|
Reference in New Issue
Block a user