change settings text

This commit is contained in:
vaguesyntax
2025-10-30 18:25:48 +03:00
parent b690cd6335
commit aae3add0c9
@@ -192,7 +192,7 @@ ContentPage {
} }
ConfigSwitch { ConfigSwitch {
buttonIcon: "thermometer" buttonIcon: "thermometer"
text: Translation.tr("Use USCS (°F)") text: Translation.tr("Fahrenheit unit")
checked: Config.options.bar.weather.useUSCS checked: Config.options.bar.weather.useUSCS
onCheckedChanged: { onCheckedChanged: {
Config.options.bar.weather.useUSCS = checked; Config.options.bar.weather.useUSCS = checked;