aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-07-18 20:27:40 +1000
committerGitHub <noreply@github.com>2023-07-18 20:27:40 +1000
commit6c53c772c7f96da1775acf9314be10cc7df53f5b (patch)
tree07a29dd88da6337d41fa53cb46c73a6dc83bafe5 /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java
parentd3302012f6907a9a9ba5e175644c349443b36eab (diff)
downloadnotenoughupdates-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.java3
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)) {