From a0240f2ca6676d1fcc7aee32e76f5cfdcde59bce Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 28 Nov 2022 00:48:54 +0200 Subject: [PATCH] hide chat icon on rdrama unless 10 ppl or more are in chat --- files/templates/mobile_navigation_bar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/mobile_navigation_bar.html b/files/templates/mobile_navigation_bar.html index 0f9e6a7d1..b32df9faf 100644 --- a/files/templates/mobile_navigation_bar.html +++ b/files/templates/mobile_navigation_bar.html @@ -47,7 +47,7 @@ {% if v %} - {% if FEATURES['CHAT'] -%} + {% if FEATURES['CHAT'] and (SITE_NAME != 'rDrama' or cache.get(ONLINE_STR) >= 10) -%}