mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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)
|
layout.addRow(empty_label)
|
||||||
|
|
||||||
experimental_defs = ExperimentalTools()
|
experimental_defs = ExperimentalTools(filter_hosts=False)
|
||||||
checkboxes_by_identifier = {}
|
checkboxes_by_identifier = {}
|
||||||
for tool in experimental_defs.tools:
|
for tool in experimental_defs.tools:
|
||||||
checkbox = QtWidgets.QCheckBox(self)
|
checkbox = QtWidgets.QCheckBox(self)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue