diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 65236bd..4815259 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -77,6 +77,7 @@ JsonObject { component Tray: JsonObject { property bool background: false property bool recolour: false + property list<var> iconSubs: [] } component Status: JsonObject { |