mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
don't show all details if nothing is selected
This commit is contained in:
parent
4eef7ecadd
commit
a819797f21
1 changed files with 1 additions and 4 deletions
|
|
@ -591,10 +591,7 @@ class PluginsDetailsWidget(QtWidgets.QWidget):
|
|||
self._widgets_by_plugin_id[plugin_id] = widget
|
||||
self._content_layout.addWidget(widget, 0)
|
||||
|
||||
widget.setVisible(
|
||||
not self._plugin_filter
|
||||
or plugin_id in self._plugin_filter
|
||||
)
|
||||
widget.setVisible(plugin_id in self._plugin_filter)
|
||||
|
||||
self._content_widget.setVisible(True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue