1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 07:26:54 +02:00

Fixed filter options

This commit is contained in:
sb745 2025-03-05 01:40:16 +02:00
parent 4ba54bb597
commit 5ded95d59b
Signed by: sb745
GPG key ID: 1C93C11AC862817B

View file

@ -289,7 +289,7 @@
<div class="input-group-btn nav-filter" id="navFilter-criteria">
<select class="selectpicker show-tick" title="Filter" data-width="120px" name="f">
<option value="0" title="No filter" {% if search is defined and search["quality_filter"] == "0" %}selected{% else %}selected{% endif %}>No filter</option>
<option value="1" title="No repacks" {% if search is defined and search["quality_filter"] == "1" %}selected{% endif %}>No remakes</option>
<option value="1" title="No repacks" {% if search is defined and search["quality_filter"] == "1" %}selected{% endif %}>No repacks</option>
<option value="2" title="Trusted only" {% if search is defined and search["quality_filter"] == "2" %}selected{% endif %}>Trusted only</option>
</select>
</div>