mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
fix: Workspace padding settings
This commit is contained in:
@@ -252,8 +252,14 @@ Rectangle {
|
||||
anchors.centerIn: parent
|
||||
text: {
|
||||
if (CompositorService.isHyprland) {
|
||||
if (modelData && modelData.id === -1) {
|
||||
return index + 1
|
||||
}
|
||||
return modelData && modelData.id ? modelData.id : ""
|
||||
}
|
||||
if (modelData === -1) {
|
||||
return index + 1
|
||||
}
|
||||
return modelData - 1
|
||||
}
|
||||
color: isActive ? Qt.rgba(
|
||||
|
||||
Reference in New Issue
Block a user