Merge pull request #4405 from ShiinaRinne/patch-1

fix https://github.com/2dust/v2rayN/pull/4287#discussion_r1394166976
This commit is contained in:
2dust 2023-11-16 17:37:46 +08:00 committed by GitHub
commit aaba1f7209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,7 +322,7 @@ namespace v2rayN.Views
{
if (Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.RightCtrl))
{
switch (e.key)
switch (e.Key)
{
case Key.V:
ViewModel?.AddServerViaClipboard();