Remove reversed search results TODOs

This commit is contained in:
marceline-cramer 2021-11-30 17:20:08 -07:00
parent 0c8f476384
commit 9c3e11f0d8
2 changed files with 0 additions and 2 deletions

View File

@ -97,7 +97,6 @@ $ hopper add sodium --mc-version 1.17
- configurable mod search results like [Starship](https://starship.rs)
- pad mod indices based on largest number
- option in config to reverse sorting order
- add parameter to restrict target Minecraft version
- manually pick out Minecraft version
- square colored creeper face progress indicator (from top-left clockwise spiral in)

View File

@ -220,7 +220,6 @@ async fn search_mods(ctx: &AppContext, query: String) -> anyhow::Result<SearchRe
Ok(response)
}
// TODO config flag to reverse search results order
fn display_search_results(ctx: &AppContext, response: &SearchResponse) {
let iter = response.hits.iter().enumerate();
if ctx.config.options.reverse_search {