forked from rDrama/rDrama
1
0
Fork 0

fix app.html if condition

master
Aevann1 2022-12-04 21:22:53 +02:00
parent 2c71ebdb0d
commit e0fd83c010
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="ml-3 mt-4">
<b>How to install {{SITE_NAME}}'s mobile app</b>
{% if not v and type == 'chromium' %}
{% if not v and g.browser == 'chromium' %}
{% set type = 'chromium-lo' %}
{% else %}
{% set type = g.browser %}