mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Fix KBM compile time warnings (#2912)
This commit is contained in:
@@ -99,7 +99,7 @@ DWORD Shortcut::GetWinKey(const ModifierKey& input) const
|
||||
//return VK_LWIN by default
|
||||
return VK_LWIN;
|
||||
}
|
||||
else if (input == ModifierKey::Both)
|
||||
else
|
||||
{
|
||||
return CommonSharedConstants::VK_WIN_BOTH;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user