From 5c9ebb9aae26a0cf4bb26770a22eeff4fe38716e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 25 Jun 2025 19:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BAToast=E7=BB=84=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=9A=90=E8=97=8F=E8=BF=9B=E5=BA=A6=E6=9D=A1=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E4=BB=A5=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 814d7c92..05018750 100644 --- a/src/main.ts +++ b/src/main.ts @@ -101,6 +101,7 @@ initializeApp().then(() => { .use(PerfectScrollbarPlugin) .use(Toast, { position: 'bottom-right', + hideProgressBar: true, }) .use(ConfirmDialog) .use(i18n)