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 // Set language
this.$i18n.locale = this.$store.state.language || "en"; this.$i18n.locale = this.$store.state.language || "en";
}, },
// Request notification permission
showNotification() { showNotification() {
if(document.visibilityState === "visible") { if(document.visibilityState === "visible") {
return; return;