* Fix another show-stopper bug where the cards wouldn't show their true selections when Other Peripherals settings page was opened

This commit is contained in:
Cacodemon345
2021-12-20 01:38:58 +06:00
parent da9b8f4b64
commit 63f07b8957

View File

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