mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +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;
|
SelectedKeys[key] = uuid;
|
||||||
FirePropertyChanged();
|
FirePropertyChanged();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user