Index: sources/gui/qml/pages/settings/SettingsFactoryReset.qml =================================================================== diff -u -r88a09dc4b26cfdd5fd111d20adfb9cb60697186c -r86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f --- sources/gui/qml/pages/settings/SettingsFactoryReset.qml (.../SettingsFactoryReset.qml) (revision 88a09dc4b26cfdd5fd111d20adfb9cb60697186c) +++ sources/gui/qml/pages/settings/SettingsFactoryReset.qml (.../SettingsFactoryReset.qml) (revision 86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f) @@ -43,7 +43,7 @@ } Connections { target: _confirmDialog function onAccepted() { - if ( _confirmDialog.titleText === _headerBar.titleText ) { // use the title as the indication of what has been confirmed and if that is related to this function. + if ( currentItem === SettingsStack.FactoryReset ) { vDevice.factoryReset = "" // Need to set to something (ie: emtpy string) to trigger CPP code } }