You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FLAlertLayer::create("Error", "Unfortunately, RobTop's servers <cr>IP banned my server</c>, meaning this method <cr>is not available</c>.", "OK")->show();
75
+
//FLAlertLayer::create("Error", "Unfortunately, RobTop's servers <cr>IP banned my server</c>, meaning this method <cr>is not available</c>.", "OK")->show();
76
+
FLAlertLayer::create("Error", "Unfortunately, this method <cr>is not available</c> because I have not ported it to 2.208 yet, please use Argon instead.", "OK")->show();
auto popup = UploadActionPopup::create(this, "Uploading...");
230
-
popup->show();
231
-
if (m_previewBG->getData().empty() || m_objName == nullptr || m_objDesc == nullptr) return popup->showFailMessage("something must have gone very wrong\nfor this to happen.");
232
-
if (m_filterTags.size() == 0) return popup->showFailMessage("You must <cy>set a tag</c>!\nClick on the grey filter button!");
233
-
if (m_filterTags.size() > 5) return popup->showFailMessage("You cannot set more than <cy>5 tags</c>!");
234
-
if (m_objName != nullptr && m_objName->getString().empty()) return popup->showFailMessage("You must enter an\n<cy>object name</c>!");
if (m_previewBG->getData().empty() || m_objName == nullptr || m_objDesc == nullptr) returnFLAlertLayer::create("Error", "something must have gone very wrong\nfor this to happen.", "OK")->show();
233
+
if (m_filterTags.size() == 0) returnFLAlertLayer::create("Error", "You must <cy>set a tag</c>!\nClick on the grey filter button!", "OK")->show();
234
+
if (m_filterTags.size() > 5) returnFLAlertLayer::create("Error", "You cannot set more than <cy>5 tags</c>!", "OK")->show();
235
+
if (m_objName != nullptr && m_objName->getString().empty()) returnFLAlertLayer::create("Error", "You must enter an\n<cy>object name</c>!", "OK")->show();
geode::createQuickPopup("Success!", "Your object is now <cy>pending for review</c>! You can view your pending objects by tapping on your profile icon.", "OK", nullptr, [this](FLAlertLayer *, bool) {
std::string desc = "Are you sure you want to <cy>report this object</c>?\n\nPlease make sure this object <cr>violates the guidelines</c> before reporting. Any misuse of this button will result in <cr>a ban</c>";
159
159
if (m_type != ReportActionType::Report) {
160
-
desc = "Are you sure you want to <cg>appeal this object</c>?\n\nYou will receive a punishment if the object still violates guidelines if you submit an appeal."
160
+
desc = "Are you sure you want to <cg>appeal this object</c>?\n\nYou will receive a punishment if the object still violates guidelines if you submit an appeal.";
0 commit comments