diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-08-13 07:15:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-13 09:15:16 +0200 |
| commit | 3571d2bba813a0f260f0d0356da0dd0c19660b00 (patch) | |
| tree | e4866f426f54f282bcda47d7a712f98439de3ff0 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Notifications.java | |
| parent | 8806bf4409b5ca510d465ad2a4784ab27c27debd (diff) | |
| download | notenoughupdates-3571d2bba813a0f260f0d0356da0dd0c19660b00.tar.gz notenoughupdates-3571d2bba813a0f260f0d0356da0dd0c19660b00.tar.bz2 notenoughupdates-3571d2bba813a0f260f0d0356da0dd0c19660b00.zip | |
i forgot to make a pr :skull: (#220)
* https://cdn.discordapp.com/attachments/832652653292027904/998120255245262848/unknown.png
* added repo warning toggle
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 98d429d0..85ad2093 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 @@ -36,6 +36,14 @@ public class Notifications { @Expose @ConfigOption( + name = "Missing repo warning", + desc = "Warning when repo data is missing or out of date" + ) + @ConfigEditorBoolean + public boolean outdatedRepo = true; + + @Expose + @ConfigOption( name = "RAM Warning", desc = "Warning when game starts with lots of RAM allocated\n" + "\u00a7cBefore disabling this, please seriously read the message. If you complain about FPS issues without listening to the warning, that's your fault." |
