Skip to content

Commit

Permalink
do not show Web-Streaming if it is not configured
Browse files Browse the repository at this point in the history
  • Loading branch information
kfb77 committed Nov 22, 2020
1 parent 8345c25 commit 3b24485
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/menu.ecpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ if ( LiveFeatures< features::epgsearch >().Recent() ) {
</%cpp>
| <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a>
| <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a>
<%cpp>
if (LiveSetup().GetUseStreamdev()) {
</%cpp>
| <a href="stream.html" <& menu.setactive current=("stream") &>><$ tr("Web-Streaming") $></a>
<%cpp>
}
</%cpp>
| <a href="setup.html" <& menu.setactive current=("setup") &>><$ trVDR("Setup") $></a>
<# --- Used by D.H. to test infobox (not part of the released version)
| <a href="ibox_status.html" <& menu.setactive current=("status") &>><$ tr("Status Test") $></a>
Expand Down

0 comments on commit 3b24485

Please sign in to comment.