From f2585ca30c5e200e7cffb03abe7bf853db2f56a9 Mon Sep 17 00:00:00 2001 From: PhantomMantis Date: Fri, 12 Apr 2024 21:52:52 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9D=20update=20toast=20can=20no?= =?UTF-8?q?w=20be=20dismissed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wizarr-frontend/src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/wizarr-frontend/src/App.vue b/apps/wizarr-frontend/src/App.vue index 07506cc75..86ee817fc 100644 --- a/apps/wizarr-frontend/src/App.vue +++ b/apps/wizarr-frontend/src/App.vue @@ -128,7 +128,6 @@ export default defineComponent({ if (serverData?.update_available) { this.$toast.info(UpdateAvailable, { timeout: false, - closeButton: false, draggable: false, closeOnClick: false, });