diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-07 16:04:08 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-07 18:06:17 -0500 |
| commit | a5129e2073b5bf6254d758f56d7ee3677a6fb599 (patch) | |
| tree | 49997ed1fed177a74624ddaab76f2ee9447e8069 | |
| parent | 3072574025403166919828438228804181676786 (diff) | |
Fix unparented sidebar widget being shown on startup
| -rw-r--r-- | ui/sidebar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/sidebar.h b/ui/sidebar.h index 9b600e06..ded60660 100644 --- a/ui/sidebar.h +++ b/ui/sidebar.h @@ -124,6 +124,7 @@ public: void updateTheme(); void updateFonts(); + void updateVisibility(); void toggleSidebar(); |
