Skip to content

Commit

Permalink
icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Feb 28, 2020
1 parent 2fbb8e5 commit c31e599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,9 @@ INSERT INTO `core_widget` (`Widget_ID`, `widget_name`, `label`, `permission`) VA
(NULL, 'account_dailystats', 'Account - Daily Stats', 'index-Account\\Controller\\AccountController'),
(NULL, 'account_taginfo', 'Account - Tag Info', 'index-Account\\Controller\\AccountController');

--
-- icon
--
INSERT INTO `settings` (`settings_key`, `settings_value`) VALUES ('account-icon', 'fas fa-user-circle');

COMMIT;

0 comments on commit c31e599

Please sign in to comment.