summaryrefslogtreecommitdiff
path: root/ui/logview.h
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-06-22 14:48:06 -0400
committerAlexander Taylor <alex@vector35.com>2023-06-22 14:48:06 -0400
commit73244c20bdf7a891d078a982229e9b88fe30cd7f (patch)
tree03cd3b54e7d17913774544100cea481adb9ef38d /ui/logview.h
parentce5ab7c3bcf0e47e55b3f7ba8596dbcacebfc7fb (diff)
Added a boolean to log view to stop restore logic.
Diffstat (limited to 'ui/logview.h')
-rw-r--r--ui/logview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/logview.h b/ui/logview.h
index 28cde73c..1f7bd7a9 100644
--- a/ui/logview.h
+++ b/ui/logview.h
@@ -246,6 +246,7 @@ class BINARYNINJAUIAPI LogView : public GlobalAreaWidget
bool m_doClear;
bool m_scrolledToEnd;
bool m_hasSelection = false;
+ bool m_isRestored = false;
public:
LogView(LogStatus* logStatus);