Skip to content

Commit

Permalink
Add icon to suppress user button
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 21, 2024
1 parent 7072060 commit 1b5d404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 1b5d404

Please sign in to comment.