diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-07-18 20:27:40 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-18 20:27:40 +1000 |
| commit | 6c53c772c7f96da1775acf9314be10cc7df53f5b (patch) | |
| tree | 07a29dd88da6337d41fa53cb46c73a6dc83bafe5 /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | |
| parent | d3302012f6907a9a9ba5e175644c349443b36eab (diff) | |
| download | notenoughupdates-6c53c772c7f96da1775acf9314be10cc7df53f5b.tar.gz notenoughupdates-6c53c772c7f96da1775acf9314be10cc7df53f5b.tar.bz2 notenoughupdates-6c53c772c7f96da1775acf9314be10cc7df53f5b.zip | |
Museum page (#773)
Co-authored-by: nopo <nopotheemail@gmail.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java index c6a0c04f..16e513a9 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java @@ -243,6 +243,9 @@ public class NotEnoughUpdates { if (config.profileViewer.pageLayout.size() == 10) { config.profileViewer.pageLayout.add(10); } + if (config.profileViewer.pageLayout.size() == 11) { + config.profileViewer.pageLayout.add(11); + } // Remove after 2.1 ig if ("dangerous".equals(config.apiData.repoBranch)) { |
