From 55099b700262f74ae3ffc925fc6a4450e43bc537 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 15 Jun 2023 00:05:03 +0300 Subject: [PATCH] restore "click me to install mobile app" --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index 25d45e31d5..d748f568da 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -163,7 +163,7 @@ {% endif %} -{% if False and (request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30) %} +{% if request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30 %}