WIP: funkcjonalność nowych filtrów; aktualizacja scenerii

This commit is contained in:
2021-11-14 19:53:51 +01:00
parent 1a2dd60c82
commit cc8715da67
6 changed files with 201 additions and 88 deletions
+9 -1
View File
@@ -153,6 +153,8 @@ export default defineComponent({
this.updateModalVisible =
this.hasReleaseNotes &&
!StorageManager.getBooleanValue("version_notes_read");
this.updateToNewestVersion();
},
methods: {
@@ -168,8 +170,14 @@ export default defineComponent({
StorageManager.setStringValue("lang", lang);
},
updateToNewest() {
updateToNewestVersion() {
// to do
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() {