Index: sources/gui/qml/pages/settings/SettingsStack.qml =================================================================== diff -u -r3caffb866d4c84ac6282dcd36fc2d8f7cad9584d -ra04fd119778f0483cba5139a11e3c6bad7f2324a --- sources/gui/qml/pages/settings/SettingsStack.qml (.../SettingsStack.qml) (revision 3caffb866d4c84ac6282dcd36fc2d8f7cad9584d) +++ sources/gui/qml/pages/settings/SettingsStack.qml (.../SettingsStack.qml) (revision a04fd119778f0483cba5139a11e3c6bad7f2324a) @@ -245,11 +245,11 @@ _settingsHome.notificationText = "" } onConfirmClicked: { - if ( vSettings.settings["Service Password"] === undefined ) { + if ( vSettings.servicePass === "" ) { _settingsHome.notificationText = qsTr("No service password defined") } else { - if ( password === vSettings.settings["Service Password"].keys[0] ) { + if ( password === vSettings.servicePass ) { _settingsHome.notificationText = "" vAdjustmentServiceMode.doAdjustment() }