Hide/unhide widgets #29
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there a way to hide/unhide widgets from within the widget script?
Like in the built-in Player widget, when media is not playing the widget is hidden.
Thanks!
Yes. There are undocumented API for it:
ui:hide_widget()ui:show_widget()