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:
committed by
GitHub
parent
5146dcb3f7
commit
886c6877d5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user