tray: use more descriptive text for tooltip and update on entry (#1906)

This commit is contained in:
end-4
2025-09-08 09:13:05 +02:00
committed by GitHub
2 changed files with 8 additions and 5 deletions
@@ -172,6 +172,7 @@ Singleton {
}
property JsonObject tray: JsonObject {
property bool monochromeIcons: true
property bool showItemId: false
property bool invertPinnedItems: false // Makes the below a whitelist for the tray and blacklist for the pinned area
property list<string> pinnedItems: [ "Fcitx" ]
}