diff options
author | Maxim Devaev <[email protected]> | 2025-01-18 21:57:48 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2025-01-18 21:57:48 +0200 |
commit | 78557b0c47f1b2bd7fac30d319ce957892aa34e9 (patch) | |
tree | 68eecc23ca71e44bc33662b24133041d47c19239 /web/kvm/navbar-system.pug | |
parent | e1e360563008b1e1742e4c6bfbe85869320b7881 (diff) | |
parent | f042ed38e0926557f475f58e8b904ccb1a8beade (diff) |
Merge branch 'mic'
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index 55d70757..5c675601 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -67,10 +67,12 @@ li(id="system-dropdown" class="right") label(for="stream-orient-radio-180") 180° input(type="radio" id="stream-orient-radio-270" name="stream-orient-radio" value="270") label(for="stream-orient-radio-270") 270° - tr(id="stream-audio", class="feature-disabled") + tr(id="stream-audio" class="feature-disabled") td Audio volume: td(class="value-slider") #[input(type="range" id="stream-audio-volume-slider" class="slider")] td(id="stream-audio-volume-value" class="value-number") + tr(id="stream-mic" class="feature-disabled") + +menu_switch_notable("stream-mic-switch", "Microphone", false, false) hr div(class="buttons buttons-row") button(data-force-hide-menu data-show-window="stream-window" class="row33") • Show stream |