Fixed priority speaker icon in viewer

2.0
Wruczek 6 years ago
parent b8e3cd2466
commit d36099a8e3

@ -317,7 +317,7 @@ EOD;
$html = "";
if($client["client_is_priority_speaker"]) {
$html .= $this->getIcon("microphone.svg", __get("VIEWER_CLIENT_PRIORITY_SPEAKER"));
$html .= $this->getIcon("capture.svg", __get("VIEWER_CLIENT_PRIORITY_SPEAKER"));
}
if($client["client_is_channel_commander"]) {

Loading…
Cancel
Save