From c2ddb03deb56e4f26bc122a6ec000bc9f7db8518 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 13 Apr 2026 01:03:50 +0200 Subject: [PATCH] chore(locales): added loading locales setting from local storage --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 2c78b4b..cc38a9a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -66,6 +66,7 @@ export default defineComponent({ this.apiStore.fetchActiveData(); this.loadLocalSettings(); + this.loadLang(); }, mounted() {