mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 18:58:29 +03:00
94edf799b6
- New design based on Material Style - Light mode and Dark mode - Add support for custom CCID readers - New tray functionality - Support for favorite credentials Co-authored-by: Rikard <rikard@yubico.com>
11 lines
141 B
QML
11 lines
141 B
QML
import QtQuick 2.5
|
|
|
|
TextEdit {
|
|
visible: false
|
|
function push(value) {
|
|
text = value
|
|
selectAll()
|
|
copy()
|
|
}
|
|
}
|