thank you mat

This commit is contained in:
altalk23 2023-10-16 18:48:38 +03:00
parent 8ca3b9fce2
commit 8c74e3357f

View file

@ -21,9 +21,9 @@ void geode::openIssueReportPopup(Mod* mod) {
"If your issue relates to a <cr>game crash</c>, <cb>please include</c> the "
"latest crash log(s) from `" +
dirs::getCrashlogsDir().string() + "`",
"OK", "",
"OK", "Open Folder",
[mod](bool btn2) {
utils::openFolder(dirs::getCrashlogsDir())
}
)->show();
}