Skip to content
Snippets Groups Projects
Commit 6b0695eb authored by Thomas Nigro's avatar Thomas Nigro
Browse files

Update mail adress for Windows feedback

parent a0a8381a
No related branches found
Tags 1.1.0
No related merge requests found
......@@ -59,7 +59,7 @@ namespace VLC_WINRT_APP.Helpers
string subject = Uri.EscapeDataString("VLC for Windows 8.1 v" + AppVersion);
string body = Uri.EscapeDataString(ApplicationSettingsHelper.ReadResetSettingsValue("ExceptionLog").ToString());
var uri = new Uri(String.Format("mailto:vlcmetro-feedback@outlook.com?subject={0}&body={1}", subject, body));
var uri = new Uri(String.Format("mailto:modernvlc@outlook.com?subject={0}&body={1}", subject, body));
await Launcher.LaunchUriAsync(uri);
#endif
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment