mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-05 02:10:07 +05:00
Update MainForm.cs
This commit is contained in:
@@ -668,7 +668,8 @@ namespace v2rayN.Forms
|
|||||||
if (sb.Length > 0)
|
if (sb.Length > 0)
|
||||||
{
|
{
|
||||||
Utils.SetClipboardData(sb.ToString());
|
Utils.SetClipboardData(sb.ToString());
|
||||||
UI.Show(UIRes.I18N("BatchExportURLSuccessfully"));
|
AppendText(false, UIRes.I18N("BatchExportURLSuccessfully"));
|
||||||
|
//UI.Show(UIRes.I18N("BatchExportURLSuccessfully"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user