summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-03-21 10:55:10 -0400
committerBrian Potchik <brian@vector35.com>2025-03-21 10:55:10 -0400
commit4bb16e8329cd13efa76ecbf79e03525cf19e7b62 (patch)
treee4b9e4cd011b116422673d6c0a143db51fc907b8
parentb384d6c84b3500608d35e2846456d93db3767536 (diff)
Fix UI hotpath query of 'ui.theme.transientScrollbars' setting.
-rw-r--r--ui/theme.h1
1 files changed, 1 insertions, 0 deletions
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<QString> BINARYNINJAUIAPI getAvailableThemes();
QString BINARYNINJAUIAPI getActiveTheme();
void BINARYNINJAUIAPI setActiveTheme(const QString& name, bool saveToSettings = true);
+void BINARYNINJAUIAPI setTransientScrollbars(bool enable);
bool BINARYNINJAUIAPI isActiveThemeDark();