fix(ConfirmAppRestartModal): correct button type

This commit is contained in:
Pascal Precht 2021-10-21 09:55:52 +02:00 committed by Iuri Matias
parent 419c4e8cbd
commit a8adc668e2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ModalPopup {
StatusButton { StatusButton {
anchors.right: parent.right anchors.right: parent.right
anchors.rightMargin: Style.current.smallPadding anchors.rightMargin: Style.current.smallPadding
type: StatusBaseButton.Type.Warn type: StatusBaseButton.Type.Danger
text: qsTr("Restart") text: qsTr("Restart")
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
onClicked: Qt.quit() onClicked: Qt.quit()