https://github.com/2dust/v2rayN/issues/6932
This commit is contained in:
2dust
2025-03-18 16:18:27 +08:00
parent f1ef5a1f51
commit c3e56e84f1
7 changed files with 40 additions and 11 deletions

View File

@@ -63,6 +63,10 @@ public partial class App : Application
if (desktop.MainWindow != null)
{
var clipboardData = await AvaUtils.GetClipboardData(desktop.MainWindow);
if (clipboardData.IsNullOrEmpty())
{
return;
}
var service = Locator.Current.GetService<MainWindowViewModel>();
if (service != null)
{