diff --git a/src/utils.cpp b/src/utils.cpp index ecec165..1ebddee 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -247,6 +247,6 @@ std::string utilsH::GetKeyName(int key) { void utilsH::getFolder() { auto result = geode::utils::file::pick(geode::utils::file::PickMode::OpenFolder, {std::nullopt, {}}); if (result.isFinished() && !result.getFinishedValue()->isErr()) { - FLAlertLayer::create("Info", result.getFinishedValue()->unwrap().string().c_str(), "OK"); + FLAlertLayer::create("Info", result.getFinishedValue()->unwrap().string().c_str(), "OK")->show(); } } \ No newline at end of file