From dfc74de2316a08ed479c5ff438b82859241d182f Mon Sep 17 00:00:00 2001 From: 10G Meow <10gmeow@gmail.com> Date: Sun, 11 Jun 2023 21:48:37 +0300 Subject: [PATCH] cleanup --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 39c5f78..c3af8a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -112,8 +112,6 @@ export default { // Set language this.$i18n.locale = this.$store.state.language || "en"; }, - - // Request notification permission showNotification() { if(document.visibilityState === "visible") { return;