From 1b5d404936bc7719f99c75a63da7ce625d3a5fa2 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 21 Jan 2024 17:57:19 +0200 Subject: [PATCH] Add icon to suppress user button --- authentic-init.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/authentic-init.pl b/authentic-init.pl index f12a47476..72ba5afdb 100644 --- a/authentic-init.pl +++ b/authentic-init.pl @@ -999,6 +999,9 @@ sub get_button_style if (string_contains($keys, 'ssl_gen')) { $class = "grey "; } + } elsif (string_contains($keys, "user_createover")) { + $class = "warning "; + $icon = "user-switch fa-1_10x"; } elsif (string_contains($keys, "check_updatenow")) { $class = "warning "; $icon = "refresh";