mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Update openpype/tools/launcher/widgets.py
Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
This commit is contained in:
parent
f6ccc6aee1
commit
c71e071a55
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ class ActionBar(QtWidgets.QWidget):
|
|||
return
|
||||
|
||||
menu = QtWidgets.QMenu(self.view)
|
||||
checkbox = QtWidgets.QCheckBox("Force not open last workfile",
|
||||
checkbox = QtWidgets.QCheckBox("Skip opening last workfile.",
|
||||
menu)
|
||||
if index.data(FORCE_NOT_OPEN_WORKFILE_ROLE):
|
||||
checkbox.setChecked(True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue