Browse Source

Update MainForm.cs

pull/533/head
2dust 5 years ago
parent
commit
eda7b1789a
  1. 3
      v2rayN/v2rayN/Forms/MainForm.cs

3
v2rayN/v2rayN/Forms/MainForm.cs

@ -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"));
} }
} }

Loading…
Cancel
Save