mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 00:30:01 +00:00
🐛 Fixes theme not updated (#774)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user