mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Other order is not int but None
This commit is contained in:
parent
656efd7c14
commit
4aa995cfe7
1 changed files with 0 additions and 3 deletions
|
|
@ -440,9 +440,6 @@ class PluginModel(QtGui.QStandardItemModel):
|
|||
if label is None:
|
||||
label = "Other"
|
||||
|
||||
if order is None:
|
||||
order = 99999999999999
|
||||
|
||||
group_item = self.group_items.get(label)
|
||||
if not group_item:
|
||||
group_item = GroupItem(label, order=order)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue