Hide the separator line between refreshNavButton and window buttons when refreshNavButton is hidden

This commit is contained in:
huanghongxun
2018-08-07 18:08:20 +08:00
parent 51afcf2dee
commit 61fd581ef5
3 changed files with 6 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ public class ModpackInstallTask<T> extends Task {
.setReplaceExistentFile(true)
.setFilter((destPath, isDirectory, zipEntry, entryPath) -> {
if (isDirectory) return true;
if (!callback.test(entryPath)) return false;
entries.add(entryPath);
if (!files.containsKey(entryPath)) {