Fix scroll_exits default in config.toml (#2166)

This commit is contained in:
Justin Su 2024-06-19 06:38:39 -04:00 committed by GitHub
parent bb24f02264
commit 33ef734116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ enter_accept = true
[keys]
# Defaults to true. If disabled, using the up/down key won't exit the TUI when scrolled past the first/last entry.
# scroll_exits = false
# scroll_exits = true
[sync]
# Enable sync v2 by default