fix: add missing global declaration for menu icon override in Options

getOptionsHTML() was missing the global $menuIconOverride declaration,
so custom image icons set for the Options menu item were ignored in
the left sidebar, always falling back to the default material icon.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pull/4704/head
Isaac Connor 2026-03-11 16:21:42 -04:00
parent 2874751c72
commit d5795774d6
1 changed files with 1 additions and 0 deletions

View File

@ -1123,6 +1123,7 @@ function getOptionsHTML($forLeftBar = false, $customLabel = null) {
</div>
';
global $menuIconOverride;
$optIcon = 'settings';
$optIconType = 'material';
if (isset($menuIconOverride)) {