remove 'Download' category in DownloadPage

This commit is contained in:
Haowei Wen 2021-09-13 16:42:45 +08:00
parent 08269b7ce9
commit c6b76f5200
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -117,7 +117,6 @@ public class DownloadPage extends BorderPane implements DecoratorPage {
item.activeProperty().bind(tab.getSelectionModel().selectedItemProperty().isEqualTo(newGameTab));
item.setOnAction(e -> tab.getSelectionModel().select(newGameTab));
})
.startCategory(i18n("download"))
.addNavigationDrawerItem(item -> {
item.setTitle(i18n("mods"));
item.setLeftGraphic(wrap(SVG.puzzle(Theme.blackFillBinding(), 24, 24)));