From 6bd40e1c411bdd92797bb46df94884a30545cef1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 1 Jul 2023 04:05:37 +0300 Subject: [PATCH] fix wrong condition --- files/templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/header.html b/files/templates/header.html index 7f8c4e789..67fab2993 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -330,7 +330,7 @@ - {% if g.browser == 'webview' %} + {% if g.browser != 'webview' %} Mobile app {% endif %}