Validate input lengths on mrpack export

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-06-05 17:52:48 +01:00
parent 3dccc38f42
commit 37b4f606c8
3 changed files with 20 additions and 1 deletions

View File

@ -51,7 +51,11 @@
<widget class="QLineEdit" name="name"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="version"/>
<widget class="QLineEdit" name="version">
<property name="text">
<string>1.0.0</string>
</property>
</widget>
</item>
</layout>
</widget>