This commit is contained in:
Araxeus
2021-05-10 01:56:41 +03:00
parent 36317c953a
commit 0eca30367f
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
const customTitlebar = require("custom-electron-titlebar");
module.exports = () => {
const bar = new customTitlebar.Titlebar({
new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex("#050505"),
minimizable: false,
maximizable: false,