mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
i forgot semicolon
This commit is contained in:
parent
8c74e3357f
commit
17f892169c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ void geode::openIssueReportPopup(Mod* mod) {
|
|||
dirs::getCrashlogsDir().string() + "`",
|
||||
"OK", "Open Folder",
|
||||
[mod](bool btn2) {
|
||||
utils::openFolder(dirs::getCrashlogsDir())
|
||||
utils::openFolder(dirs::getCrashlogsDir());
|
||||
}
|
||||
)->show();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue