ShiinaRinne
2023-11-15 21:01:38 +08:00
committed by GitHub
parent e3c8ccfafe
commit a9c7916b3d

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