Settings: minor adjustments

This commit is contained in:
quadbyte 2025-08-11 23:03:01 -04:00
parent 402c626ff8
commit 197bd58661
4 changed files with 19 additions and 13 deletions

View file

@ -62,6 +62,7 @@ Item {
NText {
text: "Your profile picture displayed in various places throughout the shell"
color: Colors.textSecondary
font.pointSize: Style.fontSizeSmall * scaling
}
NTextBox {
text: Settings.data.general.avatarImage

View file

@ -49,13 +49,14 @@ Item {
}
NText {
text: "City"
text: "Location"
color: Colors.textPrimary
font.weight: Style.fontWeightBold
}
NText {
text: "Your city name for weather information"
color: Colors.textSecondary
font.pointSize: Style.fontSizeSmall * scaling
}
NTextBox {
text: Settings.data.location.name