Update 'settings'

Anna Schumaker 2023-02-21 10:16:10 -05:00
parent 81aa8fc075
commit 606b5a2c5f

@ -1,4 +1,4 @@
The `settings` table holds the user configuration data so things like window and sidebar sizes can be restored during application startup. Settings values are stored as text, and converted to and from their corresponding data type by the application.
The `settings` table holds the user configuration data so things like window size or sidebar position can be restored during application startup. Settings values are stored as text, and converted to and from their corresponding data type by the application.
### Columns
| Name | Type | Description |