🐛 Fixes theme not updated (#774)

This commit is contained in:
Alicia Sykes
2022-06-30 18:22:26 +01:00
parent 7e861b71ae
commit a2442c7349
5 changed files with 11 additions and 25 deletions
-5
View File
@@ -61,11 +61,6 @@ export default {
this.url = '';
this.widgets = widgets;
},
setTheme() {
const theme = this.GetTheme();
this.ApplyLocalTheme(theme);
this.ApplyCustomVariables(theme);
},
initiateFontAwesome() {
const fontAwesomeScript = document.createElement('script');
const faKey = this.appConfig.fontAwesomeKey || Defaults.fontAwesomeKey;