Update vueapp.js

This commit is contained in:
booploops 2022-04-11 12:46:09 -07:00
parent 7cbdbe4825
commit 07b4d3b8ff

View file

@ -899,6 +899,9 @@ const app = new Vue({
this.$forceUpdate() this.$forceUpdate()
}, 500) }, 500)
ipcRenderer.invoke("renderer-ready", true) ipcRenderer.invoke("renderer-ready", true)
if (this.cfg.visual.styles.length != 0) {
this.reloadStyles()
}
document.querySelector("#LOADER").remove() document.querySelector("#LOADER").remove()
if (this.cfg.general.themeUpdateNotification) { if (this.cfg.general.themeUpdateNotification) {
this.checkForThemeUpdates() this.checkForThemeUpdates()