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
+1
View File
@@ -44,6 +44,7 @@
- Minor: Mentions of FrankerFaceZ and BetterTTV in settings are standardized as such. (#5698)
- Minor: Emote names are no longer duplicated when using smarter emote completion. (#5705)
- Minor: Added a setting to hide the scrollbar thumb (the handle you can drag). Hiding the scrollbar thumb will disable mouse click & drag interactions in the scrollbar. (#5731)
- Minor: Added a setting to hide the scrollbar highlights. (#5732)
- Minor: The window layout is now backed up like the other settings. (#5647)
- Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (#5426, #5612)
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)