From 4b9643a80229ecf0cf7e82c67124870fe95198f6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:52:18 +1000 Subject: osd: add mic volume Disabled by default --- config/OsdConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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 { -- cgit v1.2.3-freya