Skip to content

Commit

Permalink
CvoltonSearchOptions: remove missing options from help dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton authored Aug 21, 2023
1 parent 39a80cc commit 547264f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layers/CvoltonSearchOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void CvoltonSearchOptions::onClose(cocos2d::CCObject* sender)

void CvoltonSearchOptions::onInfo(cocos2d::CCObject* sender)
{
FLAlertLayer::create(nullptr, "Advanced options", "<cy>Name Contains:</c> Searches entire level names, not just the beginning\n<cg>No ID search:</c> Searches level/user names for numbers instead of IDs\n<cr>No Forced Star:</c> Disables the forced Star filter when searching level names shorter than 3 characters\n<cl>Trim Spaces:</c> Removes spaces from the beginning and end of your search query\n\n<co>Completed Mode:</c> Changes which levels are sent to the completed/uncompleted filters", "OK", nullptr, 480)->show();
FLAlertLayer::create(nullptr, "Advanced options", "<cl>Trim Spaces:</c> Removes spaces from the beginning and end of your search query\n\n<co>Completed Mode:</c> Changes which levels are sent to the completed/uncompleted filters", "OK", nullptr, 480)->show();
}

void CvoltonSearchOptions::onPrev(cocos2d::CCObject* sender)
Expand Down Expand Up @@ -136,4 +136,4 @@ std::string CvoltonSearchOptions::getCompletedString(){
void CvoltonSearchOptions::onIDRangeFinished(int min, int max, int additional) {
setOptionInt("search_completed_percentage_min", min);
setOptionInt("search_completed_percentage_max", max);
}
}

0 comments on commit 547264f

Please sign in to comment.