Show internal names (#6317)
* internal names * enableConsole * how did this get left out
This commit is contained in:
@@ -31,7 +31,7 @@ public class ContentInfoDialog extends BaseDialog{
|
||||
|
||||
table.table(title1 -> {
|
||||
title1.image(content.uiIcon).size(iconXLarge).scaling(Scaling.fit);
|
||||
title1.add("[accent]" + content.localizedName).padLeft(5);
|
||||
title1.add("[accent]" + content.localizedName + (enableConsole ? "\n[gray]" + content.name : "")).padLeft(5);
|
||||
});
|
||||
|
||||
table.row();
|
||||
|
||||
Reference in New Issue
Block a user