mirror of https://github.com/2dust/v2rayN
parent
e6b1e22245
commit
6ed0741339
|
@ -284,6 +284,8 @@ namespace v2rayN.Views
|
|||
switch (e.Key)
|
||||
{
|
||||
case Key.V:
|
||||
if (_backupAndRestoreView?.IsVisible == true) return;
|
||||
|
||||
var clipboardData = WindowsUtils.GetClipboardData();
|
||||
ViewModel?.AddServerViaClipboardAsync(clipboardData);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue