Skip to content

Commit

Permalink
v0.2 Fix icon display
Browse files Browse the repository at this point in the history
  • Loading branch information
Themroc committed Jan 4, 2022
1 parent db4cbca commit 9a58435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Events.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static function onTopMenuInit($event)
$prefix= $f.'/';
$label= $mod->getSetting('label', $f);
$event->sender->addItem([
'icon'=> '<i class="fa '.$mod->getSetting($prefix.'icon').'"></i>',
'icon'=> '<i class="fa fa-'.$mod->getSetting($prefix.'icon').'"></i>',
'label'=> $label,
'url'=> $mod->getUrl('index', ['frame'=> $label]),
'sortOrder'=> $mod->getSetting('sort', $f),
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "(Nearly) fullscreen iframes",
"keywords": [
],
"version": "0.1",
"version": "0.2",
"humhub": {
"minVersion": "1.2"
},
Expand Down

0 comments on commit 9a58435

Please sign in to comment.