diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-08-07 16:50:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-07 16:50:30 +0200 |
| commit | fe37f119bb381f3e8ad7cd8afb44739efcfc7e59 (patch) | |
| tree | 9b333ce5cd1b64f2fae82bc9c6a1d5f91bf0aea5 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java | |
| parent | 6d2c47744663309c4297a93ff9311e9074251fa1 (diff) | |
| download | notenoughupdates-fe37f119bb381f3e8ad7cd8afb44739efcfc7e59.tar.gz notenoughupdates-fe37f119bb381f3e8ad7cd8afb44739efcfc7e59.tar.bz2 notenoughupdates-fe37f119bb381f3e8ad7cd8afb44739efcfc7e59.zip | |
added abiphone warning (#202)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java index b0e4c60b..c0033cde 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java @@ -223,4 +223,12 @@ public class Misc { @ConfigEditorDropdown(values = {"Off", "Enabled with ! Prefix", "Always enabled"}) public int calculationMode = 2; + @Expose + @ConfigOption( + name = "Enable Abiphone Warning", + desc = "Asks for confirmation when removing a contact in the abiphone" + ) + @ConfigEditorBoolean + public boolean abiphoneWarning = true; + } |
