From 5f4d3a54b137d6f149710408bd185e9eb6531a0f Mon Sep 17 00:00:00 2001 From: Sergey Palcheh Date: Tue, 7 Oct 2025 14:55:37 +0600 Subject: [PATCH] fixed auto-scrolling of the log to the final message when creating a prefix --- winehelper_gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/winehelper_gui.py b/winehelper_gui.py index 4dae2ea..9320004 100644 --- a/winehelper_gui.py +++ b/winehelper_gui.py @@ -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): """Обрабатывает завершение создания ярлыка."""