Hide the separator line between refreshNavButton and window buttons when refreshNavButton is hidden
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user