yubioath-flutter/qml/ResetConfirmation.qml

10 lines
229 B
QML
Raw Normal View History

2017-03-18 20:43:11 +03:00
import QtQuick 2.0
import QtQuick.Dialogs 1.2
MessageDialog {
icon: StandardIcon.Information
title: qsTr("Device has been reset")
text: qsTr("The device has now been reset.")
standardButtons: StandardButton.Ok
}