mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-06-18 06:31:02 +00:00
Add note about log for Discord
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ void DisplayMessage(const char* message, const char* helpUrl = nullptr, MessageP
|
|||||||
|
|
||||||
if (priority != MpInfo && terminal) {
|
if (priority != MpInfo && terminal) {
|
||||||
UINT flags = MB_YESNO | MB_TOPMOST | MB_SETFOREGROUND | MB_ICONINFORMATION;
|
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))
|
"Moonlight Internet Streaming Tester", flags))
|
||||||
{
|
{
|
||||||
case IDYES:
|
case IDYES:
|
||||||
|
|||||||
Reference in New Issue
Block a user