feat: Add setting to hide scrollbar thumb (#5731)

Hiding the scrollbar thumb will disable all mouse click/drag interaction
in the scrollbar
This commit is contained in:
pajlada
2024-11-24 13:18:42 +01:00
committed by GitHub
parent 14c4bb6459
commit fd299f113c
6 changed files with 61 additions and 7 deletions
+6
View File
@@ -224,6 +224,12 @@ public:
{300, 500},
};
// Scrollbar
BoolSetting hideScrollbarThumb = {
"/appearance/scrollbar/hideThumb",
false,
};
/// Behaviour
BoolSetting allowDuplicateMessages = {"/behaviour/allowDuplicateMessages",
true};