Allow 1 modifier key to be added on macOS (#14831)
This commit is contained in:
Родитель
085ad8796c
Коммит
78d9f873d3
|
@ -95,7 +95,7 @@ namespace Xamarin.Forms.Platform.macOS.Extensions
|
|||
if (accelerator == null)
|
||||
return;
|
||||
|
||||
bool hasModifierMask = accelerator.Modifiers?.Count() > 1;
|
||||
bool hasModifierMask = accelerator.Modifiers?.Count() >= 1;
|
||||
|
||||
if (hasModifierMask)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче