ExportProjectDialog: Remove arbitrary loop count limit (#7724)

Increases the number of max loops when exporting above 99
This commit is contained in:
Oskar Wallgren
2025-03-02 20:37:26 +01:00
committed by GitHub
parent 9159533814
commit ef1d86fa41

View File

@@ -71,7 +71,7 @@
<number>1</number>
</property>
<property name="maximum">
<number>99</number>
<number>2147483647</number> <!-- INT_MAX -->
</property>
<property name="value">
<number>1</number>