mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
parent
91ac3f7931
commit
0692afcd90
@ -198,7 +198,6 @@ void KeyboardManagerState::UpdateDetectShortcutUI()
|
||||
currentShortcutUI2.Visibility(Visibility::Collapsed);
|
||||
}
|
||||
|
||||
int i = 0;
|
||||
for (int i = 0; i < shortcut.size(); i++)
|
||||
{
|
||||
if (i < 3)
|
||||
@ -209,7 +208,6 @@ void KeyboardManagerState::UpdateDetectShortcutUI()
|
||||
{
|
||||
AddKeyToLayout(currentShortcutUI2, shortcut[i]);
|
||||
}
|
||||
i++;
|
||||
}
|
||||
currentShortcutUI1.UpdateLayout();
|
||||
currentShortcutUI2.UpdateLayout();
|
||||
|
Loading…
Reference in New Issue
Block a user