diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-06-17 21:35:08 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-06-23 15:19:52 -0400 |
| commit | f59acf14a8a8630a5b9a0e0cb422a1192f247f5d (patch) | |
| tree | 7018ad230557f9e1fcb68cbbd4e6fdefb9b3005a /ui/workflowmonitor.h | |
| parent | df2691ad3443fdf9767869be73c1014f49383239 (diff) | |
Allow sidebar icons to be hidden
Diffstat (limited to 'ui/workflowmonitor.h')
| -rw-r--r-- | ui/workflowmonitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/workflowmonitor.h b/ui/workflowmonitor.h index 1a5a81f1..94fe7062 100644 --- a/ui/workflowmonitor.h +++ b/ui/workflowmonitor.h @@ -102,6 +102,7 @@ public: SidebarWidgetLocation defaultLocation() const override { return SidebarWidgetLocation::LeftReference; } SidebarContextSensitivity contextSensitivity() const override { return PerViewTypeSidebarContext; } + SidebarIconVisibility defaultIconVisibility() const override { return AlwaysHideSidebarIcon; } SidebarWidget* createWidget(ViewFrame* frame, BinaryViewRef data) override; |
