mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-09-10 22:55:32 +08:00
Remember different client paths(max num:32)
Helpful for me
This commit is contained in:
+11
-1
@@ -58,7 +58,17 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="PM3_pathEdit"/>
|
||||
<widget class="QComboBox" name="PM3_pathBox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_18">
|
||||
|
||||
Reference in New Issue
Block a user