From f59acf14a8a8630a5b9a0e0cb422a1192f247f5d Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 17 Jun 2025 21:35:08 -0400 Subject: Allow sidebar icons to be hidden --- ui/sidebaricons.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/sidebaricons.h') diff --git a/ui/sidebaricons.h b/ui/sidebaricons.h index b68ace9e..7ba57f77 100644 --- a/ui/sidebaricons.h +++ b/ui/sidebaricons.h @@ -78,9 +78,11 @@ class BINARYNINJAUIAPI SidebarIconsWidget : public QWidget std::pair findDropLocation(int y) const; QRect placeholderRect() const; bool shouldBeVisible() const; + bool shouldContainMoreIcon() const; private Q_SLOTS: void containerUpdated(); + void contentClassificationChanged(); protected: virtual void paintEvent(QPaintEvent* event) override; -- cgit v1.3.1