Set meaningful defaults for settings #67
JonatanPlesko
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have two settings - Content wrapping and Blob preview. By default, Content wrapping is off, and Blob preview uses a placeholder. I believe we would cover more use-cases by setting those defaults to something different.
Keep in mind defaults are very important as it is common in development to delete data/reinstall the app, so the settings are constantly being reset to default. Maybe we could even move the settings to Gradle to make them persist, but not sure if that is an overkill or not.
Beta Was this translation helpful? Give feedback.
All reactions