Un-blacklisted arc.net

This commit is contained in:
Anuken
2021-02-08 10:37:06 -05:00
parent 6b19178a13
commit d5ede6b1bb
3 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ public class ModsDialog extends BaseDialog{
}
});
}, error -> Core.app.post(() -> ui.showException(error)));
}, error -> Core.app.post(() -> modError(error)));
}else{
listener.get(modList);
}
@@ -405,7 +405,7 @@ public class ModsDialog extends BaseDialog{
ObjectSet<String> installed = mods.list().map(m -> m.getRepo()).asSet();
browserTable.clear();
browserTable.add("@loading");
browserTable.add("@loading");1
int cols = (int)Math.max(Core.graphics.getWidth() / Scl.scl(480), 1);