forked from Shinonome/dots-hyprland
change settings text
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user