forked from rDrama/rDrama
1
0
Fork 0

add reload button to ioscels

master
Aevann1 2022-12-05 01:22:22 +02:00
parent be2b210df4
commit bae24fe92e
1 changed files with 1 additions and 1 deletions

View File

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