mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Put dots in front of the booklet entry buttons on the front page
This commit is contained in:
parent
5db240b6ad
commit
67147df4cb
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ public class BookletUtils{
|
||||||
boolean entryExists = ActuallyAdditionsAPI.bookletEntries.size() > i-GuiBooklet.INDEX_BUTTONS_OFFSET;
|
boolean entryExists = ActuallyAdditionsAPI.bookletEntries.size() > i-GuiBooklet.INDEX_BUTTONS_OFFSET;
|
||||||
button.visible = entryExists;
|
button.visible = entryExists;
|
||||||
if(entryExists){
|
if(entryExists){
|
||||||
button.displayString = ActuallyAdditionsAPI.bookletEntries.get(i-GuiBooklet.INDEX_BUTTONS_OFFSET).getLocalizedNameWithFormatting();
|
button.displayString = "◦ "+ActuallyAdditionsAPI.bookletEntries.get(i-GuiBooklet.INDEX_BUTTONS_OFFSET).getLocalizedNameWithFormatting();
|
||||||
button.chap = null;
|
button.chap = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue