mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
[FancyZones][Bug Fix] fix fancyzone editor layout hotkeys show error (#37877)
fix fancyzone editor layout hotkeys show error Co-authored-by: Zhaopeng Wang <zhaopengwang@microsoft.com>
This commit is contained in:
@@ -63,6 +63,11 @@ namespace FancyZonesEditor.Models
|
||||
}
|
||||
}
|
||||
|
||||
if (key == Properties.Resources.Quick_Key_None)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
SelectedKeys[key] = uuid;
|
||||
FirePropertyChanged();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user