From 2382fae326a8739d5454baa70093de9ac5b8d547 Mon Sep 17 00:00:00 2001 From: Zzaphkiel <1278228162@qq.com> Date: Mon, 23 Oct 2023 00:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=8A=A5=E9=94=99=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=9E=82=E7=9B=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/main_window.py | 2 ++ 1 file changed, 2 insertions(+) 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 )