added ability for cideraudio to be loaded externally
This commit is contained in:
parent
6b0a39a6bb
commit
82d403a9ab
4 changed files with 11 additions and 2 deletions
|
@ -907,7 +907,7 @@ const app = new Vue({
|
|||
}, 500)
|
||||
ipcRenderer.invoke("renderer-ready", true)
|
||||
document.querySelector("#LOADER").remove()
|
||||
if (this.cfg.general.themeUpdateNotification) {
|
||||
if (this.cfg.general.themeUpdateNotification && !this.isDev) {
|
||||
this.checkForThemeUpdates()
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue