putting code in place for alternate main views (fullscreen)

This commit is contained in:
booploops 2021-12-27 00:43:03 -08:00
parent 55109f8baf
commit 1431bc7efb
4 changed files with 492 additions and 380 deletions

View file

@ -101,6 +101,7 @@ class NavigationEvent {
const app = new Vue({
el: "#app",
data: {
appMode: "player",
ipcRenderer: ipcRenderer,
cfg: ipcRenderer.sendSync("getStore"),
isDev: ipcRenderer.sendSync("is-dev"),