Skip to content

Commit

Permalink
Update PracticeAlert.cpp (#58)
Browse files Browse the repository at this point in the history
Fixed Practice Dialog
  • Loading branch information
1xxxxxxxxx authored Aug 8, 2024
1 parent fe0b4dc commit ce9917b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Hacks/PracticeAlert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class $modify (PauseLayer)
geode::createQuickPopup(
"Practice Mode",
"Are you sure you want to\n<cr>exit</c> <cg>Practice Mode</c>?",
"Cancel", "Practice",
"Cancel", "Exit",
[this, sender](FLAlertLayer* tis, bool btn2) {
if (btn2)
{
Expand All @@ -49,7 +49,7 @@ class $modify (PauseLayer)
geode::createQuickPopup(
"Practice Mode",
"Are you sure you want to\n<cy>enter</c> <cg>Practice Mode</c>?",
"Cancel", "Exit",
"Cancel", "Practice",
[this, sender](FLAlertLayer* tis, bool btn2) {
if (btn2)
{
Expand Down Expand Up @@ -112,4 +112,4 @@ class $modify (PauseLayer)
}
);
}
};
};

0 comments on commit ce9917b

Please sign in to comment.