Update openpype/tools/launcher/widgets.py

Co-authored-by: Milan Kolar <mkolar@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2022-01-25 15:33:55 +01:00 committed by GitHub
parent f6ccc6aee1
commit c71e071a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)