feat(settings): add dock launcher icon toggle option

This commit is contained in:
tibssy
2026-02-19 02:43:34 +00:00
parent cb77a08243
commit ceda3dfd43
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -532,6 +532,7 @@ Singleton {
property list<string> monitors: [] // holds dock visibility per monitor
property list<string> pinnedApps: [] // Desktop entry IDs pinned to the dock (e.g., "org.kde.konsole", "firefox.desktop")
property bool colorizeIcons: false
property bool showLauncherIcon: false
property bool pinnedStatic: false
property bool inactiveIndicators: false