diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-05 18:20:00 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-05 18:20:00 +1000 |
| commit | 26171548bff3fdc959af5368a16d61847dc05f22 (patch) | |
| tree | 102043d9e650cb6a2c0a957d81ecec6ab0bbefa9 /config | |
| parent | audio: clamp volume (diff) | |
| download | caelestia-shell-26171548bff3fdc959af5368a16d61847dc05f22.tar.gz caelestia-shell-26171548bff3fdc959af5368a16d61847dc05f22.tar.bz2 caelestia-shell-26171548bff3fdc959af5368a16d61847dc05f22.zip | |
config: add audio increment option
Diffstat (limited to 'config')
| -rw-r--r-- | config/ServiceConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |