mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
more fixes for plugin options menu
This commit is contained in:
@ -3,7 +3,7 @@ const {remote, ipcRenderer} = require('electron');
|
||||
|
||||
module.exports = () => {
|
||||
const myBar = new customTitlebar.Titlebar({
|
||||
backgroundColor: customTitlebar.Color.fromHex('#030303'),
|
||||
backgroundColor: customTitlebar.Color.fromHex('#050505'),
|
||||
itemBackgroundColor: customTitlebar.Color.fromHex('#121212')
|
||||
});
|
||||
myBar.updateTitle(' ');
|
||||
|
||||
Reference in New Issue
Block a user