new config option to set tray icon base size

This commit is contained in:
2026-05-28 11:48:23 +02:00
parent ba67e56fda
commit ef1bcf6c73
5 changed files with 34 additions and 2 deletions
+5
View File
@@ -59,6 +59,8 @@ JsonObject {
}
property int rounding: 8
property int smoothing: 32
property Tray tray: Tray {
}
component Popouts: JsonObject {
property bool activeWindow: true
@@ -69,4 +71,7 @@ JsonObject {
property bool tray: true
property bool upower: true
}
component Tray: JsonObject {
property int trayIconSize: 24
}
}