diff options
| author | Brian Potchik <brian@vector35.com> | 2025-03-31 07:46:50 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-03-31 07:46:50 -0400 |
| commit | 5de3f785fa125c91cb79c6016ac15a72e4f1ff81 (patch) | |
| tree | 0df14a9035e800541b2b1a2e207f7711e2704fd8 /ui/viewframe.h | |
| parent | 41e5de103243192e864d2455dcad9cbd02f30233 (diff) | |
Improve navigation fallback behavior when a navigation request is received and the current view is not binary data navigable.
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 01e833b5..db888ae4 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -422,7 +422,7 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget QWidget* getCurrentWidget() const { return m_view; } bool isGraphViewPreferred(); - void setPriorityView(const QString& viewType); + void setPriorityView(const QString& viewType, bool isBinaryDataNavigable); bool setViewType(const QString& viewType); void focus(); |
