mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
change settings text
This commit is contained in:
@@ -192,7 +192,7 @@ ContentPage {
|
||||
}
|
||||
ConfigSwitch {
|
||||
buttonIcon: "thermometer"
|
||||
text: Translation.tr("Use USCS (°F)")
|
||||
text: Translation.tr("Fahrenheit unit")
|
||||
checked: Config.options.bar.weather.useUSCS
|
||||
onCheckedChanged: {
|
||||
Config.options.bar.weather.useUSCS = checked;
|
||||
|
||||
Reference in New Issue
Block a user