[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

macOS: Hide app when window closed

Kasper (Oct 22, 2022, 3:43 AM +0200) f9ff7f3b bce2a6e9

+4 -1
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## Next 4 + - Hide app when window is closed on macOS 5 + 3 6 ## 0.16.1 - 2022 Oct 21 4 7 - Fix `Enter` not working Track Info window 5 8
+1 -1
src/electron/main.ts
··· 90 90 mainWindow.on('close', (e) => { 91 91 if (!quitting) { 92 92 e.preventDefault() 93 - mainWindow?.hide() 93 + app.hide() 94 94 } 95 95 }) 96 96 mainWindow.on('closed', () => {