Settings: completed migration of old settings on startup

This commit is contained in:
LemmyCook 2025-09-07 22:55:28 -04:00
parent 517c7c97d4
commit 5a1231a17e
4 changed files with 83 additions and 50 deletions

View file

@ -29,7 +29,7 @@ ColumnLayout {
}
NCheckbox {
label: "Show date next to time"
label: "Show date"
checked: valueShowDate
onToggled: checked => valueShowDate = checked
}