feat: Add support for player controls in macOS dock menu (#1627)

* Added simple macOS dock menu similar to tray menu

* Enhanced and moved dock menu to darwin folder and enabled mpris on macOS to support play/pause state

* Added missing property sortName to silence TS error
This commit is contained in:
Steffen Martinsen
2026-01-31 03:01:02 +07:00
committed by GitHub
parent 7613bc32c2
commit b8228844df
3 changed files with 61 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
import './dock-menu';