Added Copy Terminal proxy command to clipboard in tray menu

https://github.com/2dust/v2rayN/issues/6482
This commit is contained in:
2dust
2025-01-12 11:07:34 +08:00
parent cb94d64395
commit 649e89e7af
12 changed files with 69 additions and 1 deletions

View File

@@ -843,6 +843,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Copy proxy command to clipboard 的本地化字符串。
/// </summary>
public static string menuCopyProxyCmdToClipboard {
get {
return ResourceManager.GetString("menuCopyProxyCmdToClipboard", resourceCulture);
}
}
/// <summary>
/// 查找类似 Clone selected server 的本地化字符串。
/// </summary>