mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-29 04:14:52 +03:00
Don't show credlist if mode mismatch settings
This commit is contained in:
parent
90b7980667
commit
1c3f44a210
@ -163,6 +163,7 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
TimeLeftBar {
|
||||
@ -178,7 +179,7 @@ ApplicationWindow {
|
||||
ColumnLayout {
|
||||
width: scrollView.viewport.width
|
||||
id: credentialsColumn
|
||||
visible: device.hasDevice
|
||||
visible: device.hasDevice && (ccidModeMatch || slotModeMatch)
|
||||
anchors.right: appWindow.right
|
||||
anchors.left: appWindow.left
|
||||
anchors.top: appWindow.top
|
||||
|
Loading…
Reference in New Issue
Block a user