Add note about log for Discord

This commit is contained in:
Cameron Gutman 2019-07-30 21:45:26 -07:00
parent 798be5fd0a
commit 5a2edb9a36

View File

@ -166,7 +166,7 @@ void DisplayMessage(const char* message, const char* helpUrl = nullptr, MessageP
if (priority != MpInfo && terminal) {
UINT flags = MB_YESNO | MB_TOPMOST | MB_SETFOREGROUND | MB_ICONINFORMATION;
switch (MessageBoxA(nullptr, "Would you like to view the troubleshooting log?",
switch (MessageBoxA(nullptr, "Would you like to view the troubleshooting log?\n\nYou will need to provide this log if you ask for help on the Moonlight Discord server.",
"Moonlight Internet Streaming Tester", flags))
{
case IDYES: