Enable snapshot capturing when there's no data loaded in the memory inspection pane, if the 'Capture directly from target' option has been selected.

This commit is contained in:
Nav
2022-12-28 15:55:40 +00:00
parent f5de0cdb61
commit b2e20b8c1d

View File

@@ -103,7 +103,7 @@ namespace Bloom::Widgets
return false;
}
if (!this->data.has_value()) {
if (!this->data.has_value() && !this->captureDirectlyFromTargetInput->isChecked()) {
return false;
}