* 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:
@@ -49,7 +49,7 @@ SettingsOtherPeripherals::SettingsOtherPeripherals(QWidget *parent) :
|
|||||||
}
|
}
|
||||||
|
|
||||||
int row = Models::AddEntry(model, name, d);
|
int row = Models::AddEntry(model, name, d);
|
||||||
if (d == isartc_type) {
|
if (d == isamem_type[c]) {
|
||||||
selectedRow = row;
|
selectedRow = row;
|
||||||
}
|
}
|
||||||
++d;
|
++d;
|
||||||
|
Reference in New Issue
Block a user