Merge pull request #4405 from ShiinaRinne/patch-1

fix https://github.com/2dust/v2rayN/pull/4287#discussion_r1394166976
pull/4409/head
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
1 changed files with 1 additions and 1 deletions

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();