Use TableView in ModListPage to allow multiple selection
This commit is contained in:
@@ -124,7 +124,6 @@ public final class ModManager {
|
||||
for (ModInfo modInfo : modInfos) {
|
||||
Files.deleteIfExists(modInfo.getFile());
|
||||
}
|
||||
refreshMods();
|
||||
}
|
||||
|
||||
public Path disableMod(Path file) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user