mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 06:42:26 +00:00
better scroll speed default for windows
This commit is contained in:
@@ -124,7 +124,8 @@ export function Session() {
|
||||
if (tui?.scroll_speed) {
|
||||
return new CustomSpeedScroll(tui.scroll_speed)
|
||||
}
|
||||
return undefined
|
||||
|
||||
return new CustomSpeedScroll(process.platform === "win32" ? 3 : 1)
|
||||
})
|
||||
|
||||
createEffect(async () => {
|
||||
|
||||
Reference in New Issue
Block a user