diff --git a/src/main/index.ts b/src/main/index.ts index e65bd02..763dcbb 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -185,10 +185,6 @@ const createWindow = (): void => { // Create the browser window. mainWindow = new BrowserWindow(options); - if (process.platform === 'darwin') { - mainWindow.setWindowButtonVisibility(true); - } - setAlwaysOnTop(configManager.config.alwaysOnTop === 'always' || false); mainWindow.webContents.setWindowOpenHandler((details) => {