From c945b7814c83c94abe746899fec9ae72c9c1e773 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 26 Oct 2023 18:44:09 +0300 Subject: [PATCH] admins can still wanna update emojis or hats even if user submissions are off --- files/templates/admin/admin_home.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/files/templates/admin/admin_home.html b/files/templates/admin/admin_home.html index f9a9c1b11..7367955fc 100644 --- a/files/templates/admin/admin_home.html +++ b/files/templates/admin/admin_home.html @@ -44,13 +44,10 @@
  • Approve or Reject Hats
  • {% endif %} {% endif %} + {% if v.admin_level >= PERMS['UPDATE_ASSETS'] %} - {% if FEATURES['EMOJI_SUBMISSIONS'] -%} -
  • Update Emojis
  • - {% endif %} - {% if FEATURES['HAT_SUBMISSIONS'] -%} -
  • Update Hats
  • - {% endif %} +
  • Update Emojis
  • +
  • Update Hats
  • {% endif %} {% endif %}