summaryrefslogtreecommitdiff
path: root/config/OsdConfig.qml
diff options
context:
space:
mode:
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 {