diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 15:52:18 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-27 15:52:18 +1000 |
| commit | 4b9643a80229ecf0cf7e82c67124870fe95198f6 (patch) | |
| tree | 41ef9ed884641dba2346c8ac400e0fc921555a7f /config | |
| parent | config: allow enable/disable osd brightness (#481) (diff) | |
| download | caelestia-shell-4b9643a80229ecf0cf7e82c67124870fe95198f6.tar.gz caelestia-shell-4b9643a80229ecf0cf7e82c67124870fe95198f6.tar.bz2 caelestia-shell-4b9643a80229ecf0cf7e82c67124870fe95198f6.zip | |
osd: add mic volume
Disabled by default
Diffstat (limited to 'config')
| -rw-r--r-- | config/OsdConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/OsdConfig.qml b/config/OsdConfig.qml index ea2375b..543fc41 100644 --- a/config/OsdConfig.qml +++ b/config/OsdConfig.qml @@ -4,6 +4,7 @@ JsonObject { property bool enabled: true property int hideDelay: 2000 property bool enableBrightness: true + property bool enableMicrophone: false property Sizes sizes: Sizes {} component Sizes: JsonObject { |