mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
update in-app-menu
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
const customTitlebar = require("custom-electron-titlebar");
|
||||
const { Titlebar, Color } = require("custom-electron-titlebar");
|
||||
|
||||
module.exports = () => {
|
||||
new customTitlebar.Titlebar({
|
||||
backgroundColor: customTitlebar.Color.fromHex("#050505"),
|
||||
new Titlebar({
|
||||
backgroundColor: Color.fromHex("#050505"),
|
||||
minimizable: false,
|
||||
maximizable: false,
|
||||
menu: null
|
||||
|
||||
Reference in New Issue
Block a user