Don't show credlist if mode mismatch settings

This commit is contained in:
Dag Heyman 2017-03-17 14:02:44 +01:00
parent 90b7980667
commit 1c3f44a210
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338

View File

@ -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