mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Fix lockscreen keypad icons being set to undefined color
This commit is contained in:
parent
c642da0a71
commit
9505fd2404
1 changed files with 0 additions and 2 deletions
|
|
@ -300,14 +300,12 @@ Rectangle {
|
|||
visible: modelData === "R"
|
||||
anchors.centerIn: parent
|
||||
source: "edit-clear"
|
||||
colorGroup: PlasmaCore.ColorScope.textColor
|
||||
}
|
||||
|
||||
PlasmaCore.IconItem {
|
||||
visible: modelData === "E"
|
||||
anchors.centerIn: parent
|
||||
source: "go-next"
|
||||
colorGroup: PlasmaCore.ColorScope.textColor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue