fix: sync dock toggles and make autoplay toolbar-only
Some checks failed
Build for Windows / build-windows (push) Has been cancelled

This commit is contained in:
joren
2026-03-31 01:14:43 +02:00
parent 2aff8fda47
commit cdac82dbef
7 changed files with 26 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ namespace Icon
inline QIcon previous() { return get("media-skip-backward"); }
inline QIcon shuffle() { return get("media-playlist-shuffle"); }
inline QIcon repeat() { return get("media-playlist-repeat"); }
inline QIcon autoplay() { return get("media-track-show-active"); }
// Volume
inline QIcon volumeHigh() { return get("audio-volume-high"); }