echoMode is not an MobileForm.FormTextFieldDelegate enum, but a TextInput enum

This commit is contained in:
Laurent Montel 2023-06-04 09:45:35 +02:00
parent dbb453e7a9
commit 0b8104a0cb

View file

@ -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
}