X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/879d60c88e24c2c3f2aab9dff73192c901f63f31..1da41232bbb095c380dcc2cfb33b7114f05e8ced:/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py?ds=sidebyside diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py old mode 100755 new mode 100644 index 30cbb6b6..fd2b5e1f --- a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py @@ -131,4 +131,4 @@ def SkinSelSetup(menuid, **kwargs): return [] def Plugins(**kwargs): - return PluginDescriptor(name="Skinselector", description="Select Your Skin", where = PluginDescriptor.WHERE_MENU, fnc=SkinSelSetup) + return PluginDescriptor(name="Skinselector", description="Select Your Skin", where = PluginDescriptor.WHERE_MENU, needsRestart = False, fnc=SkinSelSetup)