mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-09-10 22:55:32 +08:00
Fix the user input for "Port"
Port can be something not listed in the combobox, like tcp:192.168.xxx.xxx:xxxxx(25 characters) bt:aa:bb:cc:dd:ee:ff(20 characters)
This commit is contained in:
@@ -94,6 +94,9 @@
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="minimumContentsLength">
|
||||
<number>15</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user