Set app as regular GUI app to show in Dock

This commit is contained in:
yumoqing 2026-06-24 19:47:10 +08:00
parent 5960c5f7c8
commit a90a60437b

View File

@ -89,6 +89,11 @@ final class PlayerBridge: ObservableObject {
// MARK: -
func setup() {
#if os(macOS)
// GUI Dock
NSApp.setActivationPolicy(.regular)
#endif
player.volume = volume
setupTimeObserver()