mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Filtry scenerii
This commit is contained in:
-10
@@ -83,7 +83,6 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
async mounted() {
|
||||
this.updateStorage();
|
||||
this.setReleaseURL();
|
||||
|
||||
watch(
|
||||
@@ -113,15 +112,6 @@ export default defineComponent({
|
||||
this.releaseURL = releaseURL || '';
|
||||
},
|
||||
|
||||
updateStorage() {
|
||||
if (!StorageManager.isRegistered('unavailable-status')) {
|
||||
StorageManager.setBooleanValue('unavailable-status', true);
|
||||
StorageManager.setBooleanValue('ending-status', true);
|
||||
StorageManager.setBooleanValue('no-space-status', true);
|
||||
StorageManager.setBooleanValue('afk-status', true);
|
||||
}
|
||||
},
|
||||
|
||||
loadLang() {
|
||||
const storageLang = StorageManager.getStringValue('lang');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user