Update vueapp.js
This commit is contained in:
parent
7cbdbe4825
commit
07b4d3b8ff
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue