display Satfinder, SatelliteEquipmentControl and PositionerSetup
[enigma2.git] / lib / python / Plugins / SystemPlugins / PositionerSetup / plugin.py
index 49a096fb328c66068c79b53555991b5d0736408b..9ee477710d4bb09d69eef25aa3ed0518b11b64f1 100644 (file)
@@ -574,4 +574,7 @@ def PositionerSetupStart(menuid):
                return []
 
 def Plugins(**kwargs):
-       return PluginDescriptor(name=_("Positioner setup"), description="Setup your positioner", where = PluginDescriptor.WHERE_SETUP, fnc=PositionerSetupStart)
+       if (nimmanager.hasNimType("DVB-S")):
+               return PluginDescriptor(name=_("Positioner setup"), description="Setup your positioner", where = PluginDescriptor.WHERE_SETUP, fnc=PositionerSetupStart)
+       else:
+               return []