mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
main check for develop arg changed
This commit is contained in:
parent
edce6a1ea9
commit
4c54afea72
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if __name__ == "__main__":
|
|||
app.setStyleSheet(stylesheet)
|
||||
app.setWindowIcon(QtGui.QIcon(settings.style.app_icon_path()))
|
||||
|
||||
develop = "-dev" in sys.argv
|
||||
develop = "-d" in sys.argv or "--develop" in sys.argv
|
||||
widget = settings.MainWidget(develop)
|
||||
widget.show()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue