diff options
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml index a70da54..8c01014 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -441,6 +441,7 @@ Singleton { return { weatherLocation: services.weatherLocation, useFahrenheit: services.useFahrenheit, + useFahrenheitPerformance: services.useFahrenheitPerformance, useTwelveHourClock: services.useTwelveHourClock, gpuType: services.gpuType, visualiserBars: services.visualiserBars, |