mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
require_restart says if entity requires restart
This commit is contained in:
parent
da1bd57354
commit
bce80e5fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class BaseItemEntity(BaseEntity):
|
|||
|
||||
@property
|
||||
def require_restart(self):
|
||||
return self._require_restart
|
||||
return False
|
||||
|
||||
@property
|
||||
def has_studio_override(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue