diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-02 16:12:06 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-05 13:42:52 -0500 |
| commit | f42d7dcb9209f40184395b483ca9ae065bbb81a6 (patch) | |
| tree | 5bbc04adb067f7ef2d07c0aaf24ebc7f7b7eaa47 /ui/sidebar.h | |
| parent | f980f3fbea70c66c2ef3184dbd399dffa58cd3f1 (diff) | |
When using focus sidebar actions, obey toggle mode options
Diffstat (limited to 'ui/sidebar.h')
| -rw-r--r-- | ui/sidebar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/sidebar.h b/ui/sidebar.h index 59bf4d34..9b600e06 100644 --- a/ui/sidebar.h +++ b/ui/sidebar.h @@ -107,8 +107,8 @@ public: void focusWidgetWithTitle(SidebarWidgetType* type, const QString& title); void focusWidgetWithTitle(const QString& typeName, const QString& title); - void activate(SidebarWidgetType* type); - void activate(const QString& name); + void activate(SidebarWidgetType* type, bool alwaysAllowMultipleOpen = true); + void activate(const QString& name, bool alwaysAllowMultipleOpen = true); void activateDefaultTypes(); void deactivate(SidebarWidgetType* type); void deactivate(const QString& name); |
