mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Settings window has trigger_restart signal which meant to be triggered if saved changes require restart
This commit is contained in:
parent
734e503c1f
commit
859ed6853c
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ from openpype.tools.settings import (
|
|||
|
||||
|
||||
class MainWidget(QtWidgets.QWidget):
|
||||
trigger_restart = QtCore.Signal()
|
||||
|
||||
widget_width = 1000
|
||||
widget_height = 600
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue