mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 04:11:47 +00:00
@ -71,8 +71,6 @@ export const onRendererLoad = async ({
|
|||||||
if (!isMacOS) titleBar.appendChild(logo);
|
if (!isMacOS) titleBar.appendChild(logo);
|
||||||
document.body.appendChild(titleBar);
|
document.body.appendChild(titleBar);
|
||||||
|
|
||||||
titleBar.appendChild(logo);
|
|
||||||
|
|
||||||
const addWindowControls = async () => {
|
const addWindowControls = async () => {
|
||||||
// Create window control buttons
|
// Create window control buttons
|
||||||
const minimizeButton = document.createElement('button');
|
const minimizeButton = document.createElement('button');
|
||||||
|
|||||||
Reference in New Issue
Block a user