feat: add an always-show scrollbars preference

Adds a device-local setting to keep overlay scrollbars visible.
Surfaces the setting in visual settings and settings search.
Updates scrollbar behavior and tests for the new preference.
This commit is contained in:
Bohdan Triapitsyn
2026-09-07 23:16:36 +03:00
parent 7b206b1014
commit 2ec0238e5c
24 changed files with 273 additions and 14 deletions
+1
View File
@@ -544,6 +544,7 @@ export const LOCAL_DEVICE_KEYS = [
'linearIssueListPriority',
'showTerminalQuickKeysOnDesktop',
'dockBadgeEnabled',
'alwaysShowScrollbars',
'agentMemoryViewedAt',
'projectContextSidebarWidth',
] as const;