Revert "hide recording button if using av1"

This reverts commit c2023e8ca3.
This commit is contained in:
21pages
2023-08-07 13:31:11 +08:00
parent 3145269f65
commit c61fa71a70
4 changed files with 8 additions and 22 deletions

View File

@@ -144,7 +144,7 @@ class Header: Reactor.Component {
<span #action>{svg_action}</span>
<span #display>{svg_display}</span>
<span #keyboard>{svg_keyboard}</span>
{recording_enabled && qualityMonitorData[4] != "AV1" ? <span #recording>{recording ? svg_recording_on : svg_recording_off}</span> : ""}
{recording_enabled ? <span #recording>{recording ? svg_recording_on : svg_recording_off}</span> : ""}
{this.renderKeyboardPop()}
{this.renderDisplayPop()}
{this.renderActionPop()}