stylecheck

This commit is contained in:
Araxeus
2021-04-04 21:52:16 +03:00
parent 73b0ddc2ce
commit 10e29090d8
4 changed files with 90 additions and 95 deletions

View File

@ -2,11 +2,11 @@ const customTitlebar = require("custom-electron-titlebar");
module.exports = () => {
const bar = new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex("#050505"),
backgroundColor: customTitlebar.Color.fromHex("#050505"),
minimizable: false,
maximizable: false,
unfocusEffect: true,
});
});
try {
bar.updateMenu(null);
} catch (e) {