mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
echoMode is not an MobileForm.FormTextFieldDelegate enum, but a TextInput enum
This commit is contained in:
parent
dbb453e7a9
commit
0b8104a0cb
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ SimpleKCM {
|
||||||
MobileForm.FormTextFieldDelegate {
|
MobileForm.FormTextFieldDelegate {
|
||||||
label: i18n("Hotspot Password")
|
label: i18n("Hotspot Password")
|
||||||
enabled: !hotspotToggle.checked
|
enabled: !hotspotToggle.checked
|
||||||
echoMode: MobileForm.FormTextFieldDelegate.Password
|
echoMode: TextInput.Password
|
||||||
text: PlasmaNM.Configuration.hotspotPassword
|
text: PlasmaNM.Configuration.hotspotPassword
|
||||||
onTextChanged: PlasmaNM.Configuration.hotspotPassword = text
|
onTextChanged: PlasmaNM.Configuration.hotspotPassword = text
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue