mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 05:08:49 +00:00
Merge pull request #4405 from ShiinaRinne/patch-1
fix https://github.com/2dust/v2rayN/pull/4287#discussion_r1394166976
This commit is contained in:
commit
aaba1f7209
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue