mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
adding lock task workfiles when users are working on them
This commit is contained in:
parent
26ae84df16
commit
4978981631
2 changed files with 2 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ def check_lock_on_current_file():
|
|||
columnSpacing=[(3, 10)])
|
||||
cmds.separator(vis=False)
|
||||
cancel_command = "cmds.file(new=True);cmds.deleteUI('%s')" % reminder
|
||||
ignore_command ="cmds.deleteUI('%s')" % reminder
|
||||
ignore_command = "cmds.deleteUI('%s')" % reminder
|
||||
cmds.button(label='Cancel', command=cancel_command)
|
||||
cmds.button(label = "Ignore", command=ignore_command)
|
||||
cmds.showWindow(reminder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue