summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();