Disable auto refresh by default, in memory inspection widget
This commit is contained in:
@@ -11,8 +11,8 @@ namespace Bloom::Widgets
|
||||
{
|
||||
struct TargetMemoryInspectionPaneSettings
|
||||
{
|
||||
bool refreshOnTargetStop = true;
|
||||
bool refreshOnActivation = true;
|
||||
bool refreshOnTargetStop = false;
|
||||
bool refreshOnActivation = false;
|
||||
|
||||
HexViewerWidgetSettings hexViewerWidgetSettings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user