From 07b4d3b8ff9fc4a30ad2c471597028141f918248 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:46:09 -0700 Subject: [PATCH] Update vueapp.js --- src/renderer/main/vueapp.js | 3 +++ 1 file changed, 3 insertions(+) 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()