Skip to content

Commit e2ce52a

Browse files
committed
never fucking mind!
1 parent 2c43bad commit e2ce52a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/main.cpp

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,19 @@ bool originalOverrideWasEmpty = false;
9090
Utils::resetSongManagerRefreshVectorSetNewSongBecause("loadPlaylistFile");
9191
if (!loadPlaylistFile) return;
9292
if (CCScene* scene = CCScene::get(); scene && (scene->getChildByID("playlist-files-warning"_spr) || scene->getChildByTag(7302025))) return;
93-
MDPopup* popup = MDPopup::create("MLR Playlist Files: A Warning", "## ***<c_>MLR PLAYLIST FILES ARE __FOR PERSONAL USE ONLY__. MLR PLAYLIST FILES SHOULD __NOT__ BE SHARED BETWEEN DEVICES OR USERS.</c>***\n\n\n\n<cy>Enabling this setting implies that you understand this.</c>", "I Understand");
93+
MDPopup* popup = MDPopup::create("MLR Playlist Files: A Warning", "## ***<c-FF0000>MLR PLAYLIST FILES ARE __FOR PERSONAL USE ONLY__. MLR PLAYLIST FILES SHOULD __NOT__ BE SHARED BETWEEN DEVICES OR USERS.</c>***\n\n\n\n<cy>Enabling this setting implies that you understand this.</c>", "I Understand");
9494
popup->setTag(7302025);
9595
popup->setID("playlist-files-warning"_spr);
9696
popup->m_noElasticity = true;
97-
popup->setKeyboardEnabled(false);
98-
popup->setKeypadEnabled(false);
9997
popup->show();
10098
});
10199
listenForSettingChanges<std::filesystem::path>("playlistFile", [](std::filesystem::path playlistFile) {
102100
Utils::resetSongManagerRefreshVectorSetNewSongBecause("playlistFile");
103101
if (CCScene* scene = CCScene::get(); scene && (scene->getChildByID("playlist-files-warning"_spr) || scene->getChildByTag(7302025))) return;
104-
MDPopup* popup = MDPopup::create("MLR Playlist Files: A Warning", "## ***<c_>MLR PLAYLIST FILES ARE __FOR PERSONAL USE ONLY__. MLR PLAYLIST FILES SHOULD __NOT__ BE SHARED BETWEEN DEVICES OR USERS.</c>***\n\n\n\n<cy>Changing this setting implies that you understand this.</c>", "I Understand");
102+
MDPopup* popup = MDPopup::create("MLR Playlist Files: A Warning", "## ***<c-FF0000>MLR PLAYLIST FILES ARE __FOR PERSONAL USE ONLY__. MLR PLAYLIST FILES SHOULD __NOT__ BE SHARED BETWEEN DEVICES OR USERS.</c>***\n\n\n\n<cy>Changing this setting implies that you understand this.</c>", "I Understand");
105103
popup->setTag(7302025);
106104
popup->setID("playlist-files-warning"_spr);
107105
popup->m_noElasticity = true;
108-
popup->setKeyboardEnabled(false);
109-
popup->setKeypadEnabled(false);
110106
popup->show();
111107
});
112108
listenForSettingChanges<bool>("playlistMode", [](bool constantShuffleMode) {
@@ -146,8 +142,6 @@ bool originalOverrideWasEmpty = false;
146142
if (GameManager::get()->m_playerUserID.value() == 925143 || GameManager::get()->m_playerUserID.value() == 7247326) return log::info("never mind, it's just aktimoose the beta tester. don't show the alert");
147143
FLAlertLayer* alert = FLAlertLayer::create("Menu Loop Randomizer", "<c_>This is an experimental setting. You agree to hold yourself responsible for any issues that happen when this setting is enabled.</c>", "I Understand");
148144
alert->m_noElasticity = true;
149-
alert->setKeyboardEnabled(false);
150-
alert->setKeypadEnabled(false);
151145
alert->show();
152146
});
153147
}

0 commit comments

Comments
 (0)