mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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 {
|
||||
label: i18n("Hotspot Password")
|
||||
enabled: !hotspotToggle.checked
|
||||
echoMode: MobileForm.FormTextFieldDelegate.Password
|
||||
echoMode: TextInput.Password
|
||||
text: PlasmaNM.Configuration.hotspotPassword
|
||||
onTextChanged: PlasmaNM.Configuration.hotspotPassword = text
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue