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
+15
View File
@@ -56,6 +56,21 @@ SettingsPage {
}
}
SettingsSection {
sectionId: "Tray"
SettingsHeader {
name: "System tray"
}
SettingSpinBox {
min: 16
name: "Tray icon size"
object: Config.barConfig.tray
setting: "trayIconSize"
}
}
SettingsSection {
sectionId: "Popouts"