From e0fd83c0109a04c68d9a93972f7db6e15f57f47e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 4 Dec 2022 21:22:53 +0200 Subject: [PATCH] fix app.html if condition --- files/templates/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/app.html b/files/templates/app.html index 3d3cbd79ee..5034ad5e90 100644 --- a/files/templates/app.html +++ b/files/templates/app.html @@ -4,7 +4,7 @@
How to install {{SITE_NAME}}'s mobile app - {% if not v and type == 'chromium' %} + {% if not v and g.browser == 'chromium' %} {% set type = 'chromium-lo' %} {% else %} {% set type = g.browser %}