diff options
| author | Lulonaut <67191924+Lulonaut@users.noreply.github.com> | 2022-06-09 08:43:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-09 08:43:00 +0200 |
| commit | fe26e98a591bf2cab0c72117f00c43614d41001b (patch) | |
| tree | 07f7a9c4fce373eb0de586d56395e00b0a434eb9 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | |
| parent | 263aa8bc32ec52818f4c6e8c97dd6b8abfd86bec (diff) | |
| download | notenoughupdates-fe26e98a591bf2cab0c72117f00c43614d41001b.tar.gz notenoughupdates-fe26e98a591bf2cab0c72117f00c43614d41001b.tar.bz2 notenoughupdates-fe26e98a591bf2cab0c72117f00c43614d41001b.zip | |
toggle for fast render warning (#156)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java index 9007db88..bcdee28a 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java @@ -33,6 +33,14 @@ public class Notifications { @Expose @ConfigOption( + name = "Fast Render warning", + desc = "\u00a7cIf and ONLY if you have Fast Render disabled and are still seeing the warning, you can disable it here.\nDisabling it with Fast Render still on will lead to broken features." + ) + @ConfigEditorBoolean + public boolean doFastRenderNotif = true; + + @Expose + @ConfigOption( name = "Booster Cookie Warning", desc = "Warning when a booster cookie is about to expire" ) |
