diff --git a/src/renderer/main/vueapp.js b/src/renderer/main/vueapp.js index b8a94584..5f064127 100644 --- a/src/renderer/main/vueapp.js +++ b/src/renderer/main/vueapp.js @@ -899,6 +899,9 @@ const app = new Vue({ this.$forceUpdate() }, 500) ipcRenderer.invoke("renderer-ready", true) + if (this.cfg.visual.styles.length != 0) { + this.reloadStyles() + } document.querySelector("#LOADER").remove() if (this.cfg.general.themeUpdateNotification) { this.checkForThemeUpdates()