mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
fix namespace
This commit is contained in:
parent
17f892169c
commit
902385fd1b
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());
|
||||
file::openFolder(dirs::getCrashlogsDir());
|
||||
}
|
||||
)->show();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue