While icons aren't often used in Mac menus, they *are* supported.

This commit is contained in:
Jeff Young 2022-04-24 14:39:00 +01:00
parent b04f1b2d93
commit 728777da7c
1 changed files with 1 additions and 1 deletions

View File

@ -136,5 +136,5 @@ void KIPLATFORM::UI::SetOverlayScrolling( const wxWindow* aWindow, bool overlay
bool KIPLATFORM::UI::AllowIconsInMenus()
{
return false;
return true;
}