Implements albums page

This commit is contained in:
booploops 2021-12-07 20:14:13 -08:00
parent 2284a319c1
commit 4634c2758b
7 changed files with 231 additions and 37 deletions

View file

@ -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.')