Added flatpak check (Credit to seby)
Moved platform to cfg.main.PLATFORM Made environment vars accessible from cfg.main.ENV Moved update check to cfg.main.UPDATABLE
This commit is contained in:
parent
023843c375
commit
0eb59d1119
4 changed files with 16 additions and 13 deletions
|
@ -604,7 +604,7 @@ const app = new Vue({
|
|||
document.body.classList.add("no-gpu")
|
||||
}
|
||||
this.mk._services.timing.mode = 0
|
||||
this.platform = ipcRenderer.sendSync('cider-platform');
|
||||
this.platform = this.cfg.main.PLATFORM
|
||||
|
||||
this.mklang = await this.MKJSLang()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue