Skip to content

Commit

Permalink
uh forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyAdd committed Jan 6, 2025
1 parent a63404a commit 0a864a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

0 comments on commit 0a864a7

Please sign in to comment.