feat: Add setting to hide scrollbar highlights (#5732)

This commit is contained in:
pajlada
2024-11-25 00:18:10 +01:00
committed by GitHub
parent c8bafbd03e
commit 7ff4d2bdab
5 changed files with 72 additions and 48 deletions
@@ -463,6 +463,9 @@ void GeneralPage::initLayout(GeneralPageView &layout)
"Hiding the scrollbar thumb (the handle you can drag) will disable "
"all mouse interaction in the scrollbar.");
layout.addCheckbox("Hide scrollbar highlights", s.hideScrollbarHighlights,
false);
layout.addTitle("Messages");
layout.addCheckbox(
"Separate with lines", s.separateMessages, false,