ShiinaRinne 2023-11-15 21:01:38 +08:00 committed by GitHub
parent e3c8ccfafe
commit a9c7916b3d
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();