fix: Bootstrap launcher version does not need to be displayed on GameCrashWindow
This commit is contained in:
@@ -315,6 +315,7 @@ public class GameCrashWindow extends Stage {
|
|||||||
moddedPane.setAlignment(Pos.CENTER_LEFT);
|
moddedPane.setAlignment(Pos.CENTER_LEFT);
|
||||||
|
|
||||||
for (LibraryAnalyzer.LibraryType type : LibraryAnalyzer.LibraryType.values()) {
|
for (LibraryAnalyzer.LibraryType type : LibraryAnalyzer.LibraryType.values()) {
|
||||||
|
if (!type.getPatchId().isEmpty()) {
|
||||||
analyzer.getVersion(type).ifPresent(ver -> {
|
analyzer.getVersion(type).ifPresent(ver -> {
|
||||||
TwoLineListItem item = new TwoLineListItem();
|
TwoLineListItem item = new TwoLineListItem();
|
||||||
item.getStyleClass().setAll("two-line-item-second-large");
|
item.getStyleClass().setAll("two-line-item-second-large");
|
||||||
@@ -324,6 +325,7 @@ public class GameCrashWindow extends Stage {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
VBox gameDirPane = new VBox(8);
|
VBox gameDirPane = new VBox(8);
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user