Store and restore refresh configuration for memory inspection panes

This commit is contained in:
Nav
2022-07-21 21:16:34 +01:00
parent 5a0a88eced
commit 9d2625e8c4
2 changed files with 13 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ namespace Bloom::Widgets
containerLayout->addWidget(this->hexViewerWidget);
this->setRefreshOnTargetStopEnabled(this->settings.refreshOnTargetStop);
this->setRefreshOnActivationEnabled(this->settings.refreshOnActivation);
QObject::connect(
this,