Use TableView in ModListPage to allow multiple selection

This commit is contained in:
huanghongxun
2019-02-15 19:39:43 +08:00
parent b3721e29c6
commit c2d609cdb4
13 changed files with 423 additions and 121 deletions

View File

@@ -124,7 +124,6 @@ public final class ModManager {
for (ModInfo modInfo : modInfos) {
Files.deleteIfExists(modInfo.getFile());
}
refreshMods();
}
public Path disableMod(Path file) throws IOException {