1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-10 07:25:37 -05:00

Workspace switcher: max icons setting (#150)

This commit is contained in:
Aleksandr Lebedev
2025-09-03 14:50:07 +02:00
committed by GitHub
parent 5146dcb3f7
commit 886c6877d5
3 changed files with 51 additions and 1 deletions

View File

@@ -363,7 +363,7 @@ Rectangle {
visible: SettingsData.showWorkspaceApps && icons.length > 0
Repeater {
model: icons.slice(0, 3)
model: icons.slice(0, SettingsData.maxWorkspaceIcons)
delegate: Item {
width: 18
height: 18