Skip to content

Commit ef8890f

Browse files
committed
augh fuck
1 parent f99aa71 commit ef8890f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlaylistModeWarning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PlaylistModeWarning* PlaylistModeWarning::create(bool isCringe) {
1515
bool PlaylistModeWarning::init(bool isCringe) {
1616
if (!FLAlertLayer::init(nullptr, "Playlist Mode Warning",
1717
fmt::format(
18-
"{}<cr>This feature is ***very*** unstable. It's best if you restart your game after toggling this setting.</c>\n\n<cy>Known issues (usually for non-Windows users):</c>\n<cy>- Songs may stop changing while/after viewing Geode UI, the Tower, the icon kit, or the shops.</c>\n<cy>- Playlist Mode disables loops from the Tower, all shops, and all vaults. (Not much of a loss; those loops get tiring after a while.)</c>",
18+
"{}<cr>This feature is ***very*** unstable. It's best if you restart your game after toggling this setting.</c>\n\n<cy>Known issues (usually for non-Windows users):</c>\n<cy>- Songs may stop changing while/after viewing Geode UI, the Tower, the icon kit, or the shops.</c>\n<cy>- Playlist Mode disables loops from the Tower, all shops, and all vaults. (Not much of a loss; those loops get tiring after a while.)</c>\n<cy>- Playlist Mode may break when there is only one song for the mod to choose from.",
1919
isCringe ? "<cy>Geodify's \"Menu Loop\" option is enabled.</c> <cr>Things may break.</c>\n\n" : ""),
2020
"I Understand", nullptr, 420.f, true, 300.f, 1.f)) return false;
2121
return true;

0 commit comments

Comments
 (0)