mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
PasswordBar: Use input-dialpad icon when normal keyboard is opened
When the normal keyboard is selected by tapping on the keyboard icon in the PasswordBar, change the icon to the dialpad icon, to indicate tapping will return to the numeric entry.
This commit is contained in:
parent
d14f21231c
commit
b7cac91ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ Rectangle {
|
|||
anchors.bottom: parent.bottom
|
||||
anchors.margins: PlasmaCore.Units.smallSpacing
|
||||
implicitWidth: height
|
||||
icon.name: "input-keyboard-virtual-symbolic"
|
||||
icon.name: root.isPinMode ? "input-keyboard-virtual-symbolic" : "input-dialpad-symbolic"
|
||||
onClicked: {
|
||||
root.isPinMode = !root.isPinMode;
|
||||
if (!root.isPinMode) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue