fix(ConfirmAppRestartModal): correct button type
This commit is contained in:
parent
419c4e8cbd
commit
a8adc668e2
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue