Skip to content

Commit

Permalink
Update plugins/system/accessibility/accessibility.php
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
brianteeman and richard67 committed Jun 11, 2022
1 parent 915bf8a commit b690128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/accessibility/accessibility.php
Expand Up @@ -96,7 +96,7 @@ public function onBeforeCompileHead()
'units' => 'px',
],
],
'useEmojis' => $this->params->get('useEmojis') != "false" ? true : false,
'useEmojis' => $this->params->get('useEmojis') != 'false' ? true : false,
],
'hotkeys' => [
'enabled' => true,
Expand Down

0 comments on commit b690128

Please sign in to comment.