Kodi Community Forum

Full Version: Disable Control Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Is there a way to disable a button from the xml tags rather than from python ?
Behavior like:
Code:
button.setEnabled(False)

But from the xml properties of a control button.

Thanks.