Skip to content

Commit

Permalink
cccc
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowCat98 committed May 26, 2024
1 parent bec1549 commit 6c394c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
using namespace geode::prelude;

void onSuccess() {
iGeodeLib::showAlert("Face ID Success!", "cool face id", "idc")
iGeodeLib::showAlert("Face ID Success!", "cool face id", "idc");
}

void onFail() {
iGeodeLib::showAlert("fail", "no face id", "bro shut up")
iGeodeLib::showAlert("fail", "no face id", "bro shut up");
}

class $modify(MenuLayer) {
Expand Down

0 comments on commit 6c394c1

Please sign in to comment.