From c43485d537eac9c5c2112bcdea9814321a1d0b26 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 1 Nov 2024 21:50:52 +0200 Subject: [PATCH] Fix button color and icon --- authentic-init.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/authentic-init.pl b/authentic-init.pl index 0efb35da2..af64a818d 100644 --- a/authentic-init.pl +++ b/authentic-init.pl @@ -1040,7 +1040,8 @@ sub get_button_style $icon = " fa2 fa2-key fa-1_15x margined-left--1"; } $class = "warning "; - if (string_contains($keys, "licence_manager_change")) { + if (string_contains($keys, "licence_manager_change") || + string_contains($keys, "licence_manager_setup")) { $class = "success "; $icon = "unlock fa-1_15x margined-left--2"; }