fix: dll func dropdown showing on exes

This commit is contained in:
Dobin
2024-04-21 15:47:47 +01:00
parent 586289bc76
commit a81c0c4d1a
+1 -1
View File
@@ -75,7 +75,7 @@
{% endfor %}
</select>
{% if exports != None %}
{% if exports != [] %}
<select class="form-select" name="dllfunc" aria-label="DLLFUNC" onchange="this.form.submit()">
{% for export in exports %}
<option value="{{export['name']}}"