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:
@@ -103,7 +103,7 @@ namespace Bloom::Widgets
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!this->data.has_value()) {
|
||||
if (!this->data.has_value() && !this->captureDirectlyFromTargetInput->isChecked()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user