mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
feature: correct dll function handling
This commit is contained in:
@@ -98,6 +98,10 @@
|
||||
<!-- Input: DLL function -->
|
||||
{% if exports != [] %}
|
||||
<select class="form-select" name="dllfunc" aria-label="DLLFUNC" onchange="this.form.submit()">
|
||||
<option value=""
|
||||
{% if "" == settings.dllfunc %} selected {% endif %}
|
||||
>DllMain</option>
|
||||
|
||||
{% for export in exports %}
|
||||
<option value="{{export['name']}}"
|
||||
{% if export["name"] == settings.dllfunc %} selected {% endif %}
|
||||
|
||||
Reference in New Issue
Block a user