diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-13 16:25:26 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-13 16:25:26 +1000 |
| commit | a10054db213de4738db7112904afeea352fd73c1 (patch) | |
| tree | 08fb44dbe74c7807a0a426115955248f3a8ae468 /config/ServiceConfig.qml | |
| parent | ci: fix diff check (diff) | |
| download | caelestia-shell-a10054db213de4738db7112904afeea352fd73c1.tar.gz caelestia-shell-a10054db213de4738db7112904afeea352fd73c1.tar.bz2 caelestia-shell-a10054db213de4738db7112904afeea352fd73c1.zip | |
config: add config for disabling smart scheme
Closes #408
Diffstat (limited to 'config/ServiceConfig.qml')
| -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 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 } |