diff options
| author | Brian Potchik <brian@vector35.com> | 2025-03-21 10:55:10 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-03-21 10:55:10 -0400 |
| commit | 4bb16e8329cd13efa76ecbf79e03525cf19e7b62 (patch) | |
| tree | e4b9e4cd011b116422673d6c0a143db51fc907b8 | |
| parent | b384d6c84b3500608d35e2846456d93db3767536 (diff) | |
Fix UI hotpath query of 'ui.theme.transientScrollbars' setting.
| -rw-r--r-- | ui/theme.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |
