mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #772 from BigRoy/enhancement/loader_version_statuses_text
Loader: Change placeholder text to "Version status filter..."
This commit is contained in:
commit
5afed52bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ class StatusesCombobox(CustomPaintMultiselectComboBox):
|
||||||
model=model,
|
model=model,
|
||||||
parent=parent
|
parent=parent
|
||||||
)
|
)
|
||||||
self.set_placeholder_text("Statuses...")
|
self.set_placeholder_text("Version status filter...")
|
||||||
self._model = model
|
self._model = model
|
||||||
self._last_project_name = None
|
self._last_project_name = None
|
||||||
self._fully_disabled_filter = False
|
self._fully_disabled_filter = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue