mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
chore(deps): remove node-fetch, migration to node v18 fetch API
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
const { Titlebar, TitlebarColor } = require('custom-electron-titlebar');
|
||||
const { Titlebar, Color } = require('custom-electron-titlebar');
|
||||
|
||||
module.exports = () => {
|
||||
new Titlebar({
|
||||
backgroundColor: TitlebarColor.fromHex('#050505'),
|
||||
backgroundColor: Color.fromHex('#050505'),
|
||||
minimizable: false,
|
||||
maximizable: false,
|
||||
menu: null,
|
||||
|
||||
Reference in New Issue
Block a user