neutrino: disable some menus in upnp & ts mode

to prevent inoperability of neutrino


Origin commit data
------------------
Commit: 90de51de38
Author: GetAway <get-away@t-online.de>
Date: 2017-08-06 (Sun, 06 Aug 2017)
This commit is contained in:
GetAway
2017-08-06 23:03:25 +02:00
committed by Jacek Jendrzej
parent d7b6312321
commit 552e7c8777
4 changed files with 32 additions and 10 deletions

View File

@@ -78,6 +78,9 @@ enum
DCOND_MODE_TV = 2,
DCOND_MODE_RADIO = 4,
DCOND_MODE_TS = 8
#if ENABLE_UPNP
,DCOND_MODE_UPNP = 16
#endif
}/*menu_item_disable_cond_t*/;
class CChangeObserver