From ccebeac461853bc4fac6097bf78e27f50aac27ad Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Sat, 25 Nov 2023 01:17:06 +0530 Subject: [PATCH] hide language selector --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index aca04d7..70a374b 100644 --- a/style.css +++ b/style.css @@ -4653,4 +4653,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{ display: none !important; + } + #rl-app .form-horizontal .control-group[data-bind="visible: allowLanguagesOnSettings"]{ + display: none ; } \ No newline at end of file -- GitLab