This commit is contained in:
Anuken 2022-03-02 23:25:22 -05:00
parent 47d673ca4b
commit 742466c3ee

View File

@ -112,10 +112,6 @@ public class DatabaseDialog extends BaseDialog{
if(all.getChildren().isEmpty()){
all.add("@none.found");
}
Core.app.post(() -> {
invalidateHierarchy();
});
}
boolean unlocked(UnlockableContent content){