Corrected regression

This commit is contained in:
Nav
2023-05-03 21:44:05 +01:00
parent 84a1cb9841
commit 2f7954fcc9

View File

@@ -554,6 +554,10 @@ namespace Bloom::Widgets
this->refreshMemoryValues([this] {
this->hexViewerWidget->setDisabled(false);
});
} else if (this->data.has_value()) {
this->refreshButton->setDisabled(false);
this->hexViewerWidget->setDisabled(false);
}
}