mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
refactor: replaced has_unsaved_changes with workfile_has_unsaved_changes
This commit is contained in:
parent
3cddbb809e
commit
1d9a4dd737
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class MaxHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
|||
lib.check_colorspace)
|
||||
|
||||
def has_unsaved_changes(self):
|
||||
def workfile_has_unsaved_changes(self):
|
||||
return rt.getSaveRequired()
|
||||
|
||||
def get_workfile_extensions(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue