mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-12 21:36:21 -04:00
remove 'Download' category in DownloadPage
This commit is contained in:
parent
08269b7ce9
commit
c6b76f5200
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user