diff --git a/DalamudCrashHandler/DalamudCrashHandler.cpp b/DalamudCrashHandler/DalamudCrashHandler.cpp index f0be81a73..e9e9deb48 100644 --- a/DalamudCrashHandler/DalamudCrashHandler.cpp +++ b/DalamudCrashHandler/DalamudCrashHandler.cpp @@ -564,10 +564,17 @@ int main() { config.cRadioButtons = ARRAYSIZE(radios); config.nDefaultRadioButton = IdRadioRestartNormal; config.cxWidth = 300; + +#if _DEBUG config.pszFooter = (L"" R"aa(Help | Open log directory | Open log file | Attempt to resume)aa" ); - +#else + config.pszFooter = (L"" + R"aa(Help | Open log directory | Open log file)aa" + ); +#endif + // Can't do this, xiv stops pumping messages here //config.hwndParent = FindWindowA("FFXIVGAME", NULL);