fix: missing serialization for hiddenIcons (#1263)
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
This commit is contained in:
parent
1508abd3e1
commit
bffe29e6b7
1 changed files with 2 additions and 1 deletions
|
|
@ -222,7 +222,8 @@ Singleton {
|
||||||
background: bar.tray.background,
|
background: bar.tray.background,
|
||||||
recolour: bar.tray.recolour,
|
recolour: bar.tray.recolour,
|
||||||
compact: bar.tray.compact,
|
compact: bar.tray.compact,
|
||||||
iconSubs: bar.tray.iconSubs
|
iconSubs: bar.tray.iconSubs,
|
||||||
|
hiddenIcons: bar.tray.hiddenIcons
|
||||||
},
|
},
|
||||||
status: {
|
status: {
|
||||||
showAudio: bar.status.showAudio,
|
showAudio: bar.status.showAudio,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue