mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 09:08:49 +00:00
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…
x
Reference in New Issue
Block a user