remove refresh button for applenigs

pull/128/head
Aevann 2023-02-19 23:26:08 +02:00
parent 6aa361a2e7
commit 59c2c169e4
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
</div> </div>
{% endif %} {% endif %}
{% if g.browser in ('webview','apple') %} {% if g.browser == 'webview' %}
<a href="" type="button" class="mobile-nav-icon d-md-none"><i class="fas fa-arrow-rotate-right align-middle text-gray-500 black"></i></a> <a href="" type="button" class="mobile-nav-icon d-md-none"><i class="fas fa-arrow-rotate-right align-middle text-gray-500 black"></i></a>
{% endif %} {% endif %}