|
@@ -98,6 +98,7 @@ export default {
|
|
|
},
|
|
|
async mounted() {
|
|
|
this.localNightmode = JSON.parse(localStorage.getItem("nightmode"));
|
|
|
+ if (this.localNightmode === null) this.localNightmode = false;
|
|
|
|
|
|
this.frontendDomain = await lofig.get("frontendDomain");
|
|
|
this.siteSettings = await lofig.get("siteSettings");
|