summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ServiceConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml
index 8348330..0411b1a 100644
--- a/config/ServiceConfig.qml
+++ b/config/ServiceConfig.qml
@@ -6,4 +6,5 @@ JsonObject {
property bool useFahrenheit: [Locale.ImperialUSSystem, Locale.ImperialSystem].includes(Qt.locale().measurementSystem)
property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a")
property real audioIncrement: 0.1
+ property bool smartScheme: true
}