This commit is contained in:
ThePythonGuy 2020-08-09 15:49:04 +02:00 committed by GitHub
parent b8fca9a091
commit e96a9a2f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ public class ModsDialog extends BaseDialog{
}else{
Json json = new Json();
Seq<ModListing> listings = json.fromJson(Seq.class, ModListing.class, response.getResultAsString());
if(ModListing mod : listings){
for(ModListing mod : listings){
if((!searchtxt.isEmpty() && !mod.repo.contains(searchtxt))||searchtxt==null) continue;
tablebrow.button(btn -> {
btn.top().left();