mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
fix: dll func dropdown showing on exes
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
{% if exports != None %}
|
{% if exports != [] %}
|
||||||
<select class="form-select" name="dllfunc" aria-label="DLLFUNC" onchange="this.form.submit()">
|
<select class="form-select" name="dllfunc" aria-label="DLLFUNC" onchange="this.form.submit()">
|
||||||
{% for export in exports %}
|
{% for export in exports %}
|
||||||
<option value="{{export['name']}}"
|
<option value="{{export['name']}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user