This commit is contained in:
10G Meow 2023-06-11 21:48:37 +03:00
parent ecf86661fe
commit dfc74de231

View file

@ -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;