mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user