mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed doubled reset
This commit is contained in:
parent
1cde9cb37a
commit
dac091ef59
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ def main(user_role=None):
|
|||
app.setWindowIcon(QtGui.QIcon(style.app_icon_path()))
|
||||
|
||||
widget = MainWidget(user_role)
|
||||
widget.reset()
|
||||
widget.show()
|
||||
widget.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue