2dust 2024-10-26 14:57:28 +08:00
parent e6b1e22245
commit 6ed0741339
1 changed files with 2 additions and 0 deletions

View File

@ -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;