chore: enable record sync by default (#2255)

I'm now pretty confident in the automatic migration. Let's cut people over so they have a better experience
This commit is contained in:
Ellie Huxtable 2024-07-11 17:02:59 +01:00 committed by GitHub
parent 256a81a17a
commit 8f5af526d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -714,7 +714,7 @@ impl Settings {
// muscle memory.
// New users will get the new default, that is more similar to what they are used to.
.set_default("enter_accept", false)?
.set_default("sync.records", false)?
.set_default("sync.records", true)?
.set_default("keys.scroll_exits", true)?
.set_default("keys.prefix", "a")?
.set_default("keymap_mode", "emacs")?