Settings window has trigger_restart signal which meant to be triggered if saved changes require restart

This commit is contained in:
iLLiCiTiT 2021-05-27 12:47:56 +02:00
parent 734e503c1f
commit 859ed6853c

View file

@ -14,6 +14,8 @@ from openpype.tools.settings import (
class MainWidget(QtWidgets.QWidget):
trigger_restart = QtCore.Signal()
widget_width = 1000
widget_height = 600