From bffe29e6b738dff3d7a669b065ff6295cbb2b4d8 Mon Sep 17 00:00:00 2001 From: Evertiro Date: Sun, 15 Mar 2026 01:35:25 -0500 Subject: fix: missing serialization for hiddenIcons (#1263) Signed-off-by: Dan Griffiths --- config/Config.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/Config.qml') diff --git a/config/Config.qml b/config/Config.qml index eaeafb7..059ccce 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -222,7 +222,8 @@ Singleton { background: bar.tray.background, recolour: bar.tray.recolour, compact: bar.tray.compact, - iconSubs: bar.tray.iconSubs + iconSubs: bar.tray.iconSubs, + hiddenIcons: bar.tray.hiddenIcons }, status: { showAudio: bar.status.showAudio, -- cgit v1.2.3-freya