mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: dll func dropdown showing on exes
This commit is contained in:
@@ -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']}}"
|
||||
|
||||
Reference in New Issue
Block a user