Update MainForm.cs

pull/533/head
2dust 2020-03-10 09:30:01 +08:00
parent db2510fac5
commit eda7b1789a
1 changed files with 2 additions and 1 deletions

View File

@ -668,7 +668,8 @@ namespace v2rayN.Forms
if (sb.Length > 0)
{
Utils.SetClipboardData(sb.ToString());
UI.Show(UIRes.I18N("BatchExportURLSuccessfully"));
AppendText(false, UIRes.I18N("BatchExportURLSuccessfully"));
//UI.Show(UIRes.I18N("BatchExportURLSuccessfully"));
}
}