mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Change label without task > no task
This commit is contained in:
parent
8825fee96d
commit
9045c7422f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class LoaderTasksQtModel(TasksQtModel):
|
|||
|
||||
def _get_no_tasks_item(self):
|
||||
if self._no_tasks_item is None:
|
||||
item = QtGui.QStandardItem("< Without task >")
|
||||
item = QtGui.QStandardItem("No task")
|
||||
icon = get_qt_icon({
|
||||
"type": "material-symbols",
|
||||
"name": "indeterminate_check_box",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue