Remember if challenge-response was used for each database and allow to re-detect Yubikeys without closing the database first

This commit is contained in:
Janek Bevendorff 2017-02-20 22:07:01 +01:00
parent 7174549441
commit eb23dda99b
No known key found for this signature in database
GPG key ID: CFEC2F6850BFFA53
5 changed files with 71 additions and 12 deletions

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>596</width>
<height>262</height>
<height>264</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0,1,0,0,3">
@ -165,6 +165,25 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonRedetectYubikey">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Refresh</string>
</property>
</widget>
</item>
</layout>