diff --git a/src/qt/qt_settingsotherperipherals.cpp b/src/qt/qt_settingsotherperipherals.cpp index 729ebe62e..834c6bdad 100644 --- a/src/qt/qt_settingsotherperipherals.cpp +++ b/src/qt/qt_settingsotherperipherals.cpp @@ -49,7 +49,7 @@ SettingsOtherPeripherals::SettingsOtherPeripherals(QWidget *parent) : } int row = Models::AddEntry(model, name, d); - if (d == isartc_type) { + if (d == isamem_type[c]) { selectedRow = row; } ++d;