JS file for electron-renderer specific code
This commit is contained in:
parent
4bdf940bdd
commit
adfec0bbfe
1 changed files with 7 additions and 0 deletions
7
src/main.app.js
Normal file
7
src/main.app.js
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue