From 26171548bff3fdc959af5368a16d61847dc05f22 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:20:00 +1000 Subject: config: add audio increment option --- config/ServiceConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/ServiceConfig.qml') diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml index 5c48fcb..8348330 100644 --- a/config/ServiceConfig.qml +++ b/config/ServiceConfig.qml @@ -5,4 +5,5 @@ JsonObject { property string weatherLocation: "" // A lat,long pair or empty for autodetection, e.g. "37.8267,-122.4233" 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 } -- cgit v1.2.3-freya