From 457dfa1ad77f2f65049f779b10d778679d52e2c4 Mon Sep 17 00:00:00 2001 From: Marius Begby Date: Sat, 15 Jul 2023 15:17:20 +0200 Subject: [PATCH] fix: added configurable options for muted icon --- config.json.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.json.example b/config.json.example index f1150087..a744e0f5 100644 --- a/config.json.example +++ b/config.json.example @@ -64,7 +64,9 @@ "pauseResumed": "⏯️", "shuffled": "🔀", "volume": "🔊", + "volumeIsMuted": "🔇", "volumeChanged": "🔊", + "volumeMuted": "🔇", "queue": "🎶" }, "filterThreadAmount": "2",