JS file for electron-renderer specific code

This commit is contained in:
Joel Collins 2019-06-02 21:15:15 +01:00
parent 4bdf940bdd
commit adfec0bbfe

7
src/main.app.js Normal file
View file

@ -0,0 +1,7 @@
//import { Titlebar, Color } from 'custom-electron-titlebar'
//new Titlebar({
// backgroundColor: Color.fromHex('#ffffff')
//});
console.log("Loaded main.app.js for electron-renderer functionality")