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
@@ -458,6 +458,11 @@ void GeneralPage::initLayout(GeneralPageView &layout)
},
false);
layout.addCheckbox(
"Hide scrollbar thumb", s.hideScrollbarThumb, false,
"Hiding the scrollbar thumb (the handle you can drag) will disable "
"all mouse interaction in the scrollbar.");
layout.addTitle("Messages");
layout.addCheckbox(
"Separate with lines", s.separateMessages, false,