mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Initialize language settings earlier
This commit is contained in:
parent
95b1ab0dec
commit
4101951f2c
1 changed files with 1 additions and 1 deletions
|
@ -71,13 +71,13 @@ export default {
|
|||
this.search = !this.search;
|
||||
}
|
||||
});
|
||||
this.$store.dispatch("initLang");
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.$store.dispatch("initTheme");
|
||||
this.$store.dispatch("requestRecentRecipes");
|
||||
this.$store.dispatch("requestHomePageSettings");
|
||||
this.$store.dispatch("initLang");
|
||||
this.darkModeSystemCheck();
|
||||
this.darkModeAddEventListener();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue