fix(ConfirmAppRestartModal): correct button type
This commit is contained in:
parent
419c4e8cbd
commit
a8adc668e2
|
@ -35,7 +35,7 @@ ModalPopup {
|
|||
StatusButton {
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: Style.current.smallPadding
|
||||
type: StatusBaseButton.Type.Warn
|
||||
type: StatusBaseButton.Type.Danger
|
||||
text: qsTr("Restart")
|
||||
anchors.bottom: parent.bottom
|
||||
onClicked: Qt.quit()
|
||||
|
|
Loading…
Reference in New Issue