summaryrefslogtreecommitdiff
path: root/config/OsdConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-27 15:52:18 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-27 15:52:18 +1000
commit4b9643a80229ecf0cf7e82c67124870fe95198f6 (patch)
tree41ef9ed884641dba2346c8ac400e0fc921555a7f /config/OsdConfig.qml
parentconfig: allow enable/disable osd brightness (#481) (diff)
downloadcaelestia-shell-4b9643a80229ecf0cf7e82c67124870fe95198f6.tar.gz
caelestia-shell-4b9643a80229ecf0cf7e82c67124870fe95198f6.tar.bz2
caelestia-shell-4b9643a80229ecf0cf7e82c67124870fe95198f6.zip
osd: add mic volume
Disabled by default
Diffstat (limited to 'config/OsdConfig.qml')
-rw-r--r--config/OsdConfig.qml1
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 {