mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
disable filtering by host name when used in local settings
This commit is contained in:
parent
0c0809469c
commit
d4729ab069
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class LocalExperimentalToolsWidgets(QtWidgets.QWidget):
|
|||
|
||||
layout.addRow(empty_label)
|
||||
|
||||
experimental_defs = ExperimentalTools()
|
||||
experimental_defs = ExperimentalTools(filter_hosts=False)
|
||||
checkboxes_by_identifier = {}
|
||||
for tool in experimental_defs.tools:
|
||||
checkbox = QtWidgets.QCheckBox(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue