From a10054db213de4738db7112904afeea352fd73c1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:25:26 +1000 Subject: config: add config for disabling smart scheme Closes #408 --- config/ServiceConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 } -- cgit v1.2.3-freya