beginning migration to EJS for development of the app main page
This commit is contained in:
parent
b8d5dec9e6
commit
a26754d819
7 changed files with 787 additions and 3 deletions
|
@ -20,7 +20,7 @@ const SplashScreen = {
|
|||
}
|
||||
})
|
||||
this.win.show()
|
||||
this.win.loadFile('./resources/splash/index.html')
|
||||
this.win.loadFile('./resources/splash/index_old.html')
|
||||
this.win.on("closed", () => {
|
||||
this.win = null
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue