diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-07-17 13:58:48 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-07-17 13:58:48 -0400 |
| commit | 1a9be2ee9d1ac8d3506f9d2adbe0f25cf6d2f84d (patch) | |
| tree | 5007ce0fd8949c737efe2ff2bf537e7a8e6a8081 /ui/viewframe.h | |
| parent | 7d3acd3da02e2b85c63395dc323bc3fe841d9516 (diff) | |
Disable back/forward arrow if there aren't any back/forward locations
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 74b87624..4bf704e1 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -465,6 +465,8 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget \param data View for saving history entries */ void writeHistoryEntries(BinaryViewRef data); + bool canNavigateBack(); + bool canNavigateForward(); void back(); void forward(); |
