Skip to content

Commit

Permalink
Fix button color and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Nov 1, 2024
1 parent 5bd877d commit c43485d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit c43485d

Please sign in to comment.