mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
8 lines
106 B
QML
8 lines
106 B
QML
|
import QtQuick 2.9
|
||
|
import QtQuick.Controls 2.2
|
||
|
|
||
|
BusyIndicator {
|
||
|
visible: running
|
||
|
running: false
|
||
|
}
|