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