2021-05-01 12:41:12 +00:00
|
|
|
const customTitlebar = require('custom-electron-titlebar')
|
|
|
|
|
|
|
|
window.addEventListener('DOMContentLoaded', () => {
|
|
|
|
new customTitlebar.Titlebar({
|
|
|
|
backgroundColor: customTitlebar.Color.fromHex("#2C2F33"),
|
|
|
|
});
|
|
|
|
|
|
|
|
|
2021-05-01 17:08:41 +00:00
|
|
|
})
|