diff --git a/app/view/main_window.py b/app/view/main_window.py index aba3a25a..923865d1 100644 --- a/app/view/main_window.py +++ b/app/view/main_window.py @@ -220,6 +220,7 @@ def __onShowLcuConnectError(self, api, obj): self.tr("LCU request error"), self.tr(f"Connect API") + f" {api}: {msg}", duration=5000, + orient=Qt.Vertical, parent=self, position=InfoBarPosition.BOTTOM_RIGHT ) @@ -240,6 +241,7 @@ def __onCheckUpdateFailed(self): self.tr( "Failed to check for updates, possibly unable to connect to Github."), duration=5000, + orient=Qt.Vertical, parent=self, position=InfoBarPosition.BOTTOM_RIGHT )