Implements albums page
This commit is contained in:
parent
2284a319c1
commit
4634c2758b
7 changed files with 231 additions and 37 deletions
2
index.js
2
index.js
|
@ -16,6 +16,8 @@ function CreateWindow() {
|
|||
* App Event Handlers
|
||||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
||||
|
||||
app.commandLine.appendSwitch('js-flags', '--max-old-space-size=1024')
|
||||
|
||||
app.on('ready', () => {
|
||||
if (app.isQuiting) { app.quit(); return; }
|
||||
console.log('[Cider] Application is Ready. Creating Window.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue