mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 01:34:46 +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"
|
visible: modelData === "R"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: "edit-clear"
|
source: "edit-clear"
|
||||||
colorGroup: PlasmaCore.ColorScope.textColor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
visible: modelData === "E"
|
visible: modelData === "E"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: "go-next"
|
source: "go-next"
|
||||||
colorGroup: PlasmaCore.ColorScope.textColor
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue