chore(locales): added loading locales setting from local storage

This commit is contained in:
2026-04-13 01:03:50 +02:00
parent 33a8c3cd70
commit c2ddb03deb
+1
View File
@@ -66,6 +66,7 @@ export default defineComponent({
this.apiStore.fetchActiveData(); this.apiStore.fetchActiveData();
this.loadLocalSettings(); this.loadLocalSettings();
this.loadLang();
}, },
mounted() { mounted() {