From 4bb16e8329cd13efa76ecbf79e03525cf19e7b62 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 21 Mar 2025 10:55:10 -0400 Subject: Fix UI hotpath query of 'ui.theme.transientScrollbars' setting. --- ui/theme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/theme.h b/ui/theme.h index c6b8f607..c780d2e8 100644 --- a/ui/theme.h +++ b/ui/theme.h @@ -55,6 +55,7 @@ void BINARYNINJAUIAPI refreshUserThemes(); std::vector BINARYNINJAUIAPI getAvailableThemes(); QString BINARYNINJAUIAPI getActiveTheme(); void BINARYNINJAUIAPI setActiveTheme(const QString& name, bool saveToSettings = true); +void BINARYNINJAUIAPI setTransientScrollbars(bool enable); bool BINARYNINJAUIAPI isActiveThemeDark(); -- cgit v1.3.1