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;