mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
revert debug changes
This commit is contained in:
parent
1cf3d92480
commit
724ba49bd1
1 changed files with 1 additions and 2 deletions
|
|
@ -22,8 +22,7 @@ def main(user_role=None):
|
|||
app = QtWidgets.QApplication(sys.argv)
|
||||
app.setWindowIcon(QtGui.QIcon(style.app_icon_path()))
|
||||
|
||||
# widget = MainWidget(user_role)
|
||||
widget = LocalSettingsWindow()
|
||||
widget = MainWidget(user_role)
|
||||
widget.show()
|
||||
widget.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue