diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-04-16 15:05:05 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-04-16 16:20:48 -0400 |
| commit | 3531638032799665736271701811868126402337 (patch) | |
| tree | ab2575c33033109f7ceea8677ca3a45702668cc6 /view/sharedcache/ui/dsctriage.cpp | |
| parent | 1762153827196541115133495073244354362653 (diff) | |
Clean up navigable views and priorities
Diffstat (limited to 'view/sharedcache/ui/dsctriage.cpp')
| -rw-r--r-- | view/sharedcache/ui/dsctriage.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/sharedcache/ui/dsctriage.cpp b/view/sharedcache/ui/dsctriage.cpp index c352254c..2d741807 100644 --- a/view/sharedcache/ui/dsctriage.cpp +++ b/view/sharedcache/ui/dsctriage.cpp @@ -470,8 +470,7 @@ BinaryViewRef DSCTriageView::getData() bool DSCTriageView::navigate(uint64_t offset) { - // TODO: We have to set this to true otherwise view restore does not pickup this view. - return true; + return false; } |
