Corrected EEPROM button initialising

This commit is contained in:
Nav
2021-11-06 00:19:26 +00:00
parent 90dd76455d
commit 332a26afbb

View File

@@ -542,8 +542,8 @@ void InsightWindow::activate() {
);
bottomPanelLayout->addWidget(this->eepromInspectionPane);
this->eepromInspectionPane->deactivate();
this->ramInspectionButton->setChecked(false);
this->ramInspectionButton->setDisabled(false);
this->eepromInspectionButton->setChecked(false);
this->eepromInspectionButton->setDisabled(false);
}
this->toggleUi(this->targetState != TargetState::STOPPED);