ButtonSetup

dany

Member
I tried to modify the ButtonSetup but it didn't work
usually i use green button key for plugin browser , i could now assign green button key for plugin browser after i added the green button key to the ButtonSetup (_("Green"), "green", ""),
but by this way i lost Open Black Hole Green Panel function
i tried to add this function to the ButtonSetup but it didn't work
i tried all these :
ButtonSetupFunctions.append((_("Open Black Hole Green Panel"), "Module/Screens.DeliteBluePanel/BpGreen", "Setup"))
ButtonSetupFunctions.append((_("OpenBh Green Panel"), "Module/Screens.BpGreen/BpGreen", "Setup"))
ButtonSetupFunctions.append((_("DeliteGreenPanel"), "Module/Screens.BpGreen/BpGreen", "Setup"))
please how can add Open Black Hole Green Panel and video enhancement to ButtonSetup

thank you all
 
Top