yubioath-flutter/qml/TouchYubiKey.qml

10 lines
242 B
QML
Raw Normal View History

import QtQuick 2.5
import QtQuick.Dialogs 1.2
MessageDialog {
icon: StandardIcon.Information
title: qsTr("Touch your YubiKey")
text: qsTr("Touch your YubiKey to generate the code.")
standardButtons: StandardButton.NoButton
}