summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash/Weather.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/dash/Weather.qml')
-rw-r--r--modules/dashboard/dash/Weather.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/dash/Weather.qml b/modules/dashboard/dash/Weather.qml
index 52d026d..6bb9792 100644
--- a/modules/dashboard/dash/Weather.qml
+++ b/modules/dashboard/dash/Weather.qml
@@ -38,7 +38,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter
animate: true
- text: Config.dashboard.useFahrenheit ? Weather.tempF : Weather.tempC
+ text: Config.services.useFahrenheit ? Weather.tempF : Weather.tempC
color: Colours.palette.m3primary
font.pointSize: Appearance.font.size.extraLarge
font.weight: 500