Skip to content

Commit

Permalink
Merge branch 'new-design' of github.com:pierr3/TrackAudio into new-de…
Browse files Browse the repository at this point in the history
…sign
  • Loading branch information
GeorgeBarlow committed Nov 1, 2024
2 parents 8df8743 + b91a27a commit cd6f85a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit cd6f85a

Please sign in to comment.