mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #762 from BigRoy/enhancement/update_dialog_restart_label
Update dialog: Change label to `Restart & Update`
This commit is contained in:
commit
5eb3fa0c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class UpdateDialog(QtWidgets.QDialog):
|
|||
top_layout.addWidget(label_widget, 1)
|
||||
|
||||
ignore_btn = QtWidgets.QPushButton("Ignore", self)
|
||||
restart_btn = QtWidgets.QPushButton("Restart && Change", self)
|
||||
restart_btn = QtWidgets.QPushButton("Restart && Update", self)
|
||||
restart_btn.setObjectName("TrayRestartButton")
|
||||
|
||||
btns_layout = QtWidgets.QHBoxLayout()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue