fixed auto-scrolling of the log to the final message when creating a prefix

This commit is contained in:
Sergey Palcheh
2025-10-07 14:55:37 +06:00
parent 9d16883e6e
commit 5f4d3a54b1

View File

@@ -4698,6 +4698,7 @@ class WineHelperGUI(QMainWindow):
self.command_process.deleteLater()
self.command_process = None
self.command_close_button.setEnabled(True)
self.command_log_output.ensureCursorVisible()
def _handle_launcher_creation_finished(self, exit_code, exit_status):
"""Обрабатывает завершение создания ярлыка."""