fix(in-app-menu): custom-electron-titlebar

This commit is contained in:
JellyBrick
2023-08-29 19:37:31 +09:00
parent 897cfd3c7d
commit 92da06eb96
4 changed files with 9 additions and 8 deletions

View File

@ -1,8 +1,8 @@
const { Titlebar, Color } = require('custom-electron-titlebar');
const { Titlebar, TitlebarColor } = require('custom-electron-titlebar');
module.exports = () => {
new Titlebar({
backgroundColor: Color.fromHex('#050505'),
backgroundColor: TitlebarColor.fromHex('#050505'),
minimizable: false,
maximizable: false,
menu: null,