diff --git a/plugins-base/XSFeatureRemoteShell.py b/plugins-base/XSFeatureRemoteShell.py index f880139..5486498 100644 --- a/plugins-base/XSFeatureRemoteShell.py +++ b/plugins-base/XSFeatureRemoteShell.py @@ -164,7 +164,7 @@ def Register(self): 'REMOTE_SHELL', # Key of this plugin for replacement, etc. { 'menuname' : 'MENU_REMOTE', - 'menupriority' : 100, + 'menupriority' : 50, 'menutext' : Lang('Enable/Disable/Auto Remote Shell') , 'statusupdatehandler' : self.StatusUpdateHandler, 'activatehandler' : self.ActivateHandler