mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
chore: removed has_unsaved_changes
This commit is contained in:
parent
1d9a4dd737
commit
57815d19a1
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ class MaxHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
|||
rt.callbacks.addScript(rt.Name('filePostOpen'),
|
||||
lib.check_colorspace)
|
||||
|
||||
def has_unsaved_changes(self):
|
||||
def workfile_has_unsaved_changes(self):
|
||||
return rt.getSaveRequired()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue