aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorappable <enzospiacitelli@gmail.com>2023-08-15 03:17:04 -0700
committerGitHub <noreply@github.com>2023-08-15 12:17:04 +0200
commit75a80664c2034fc4a68a115a1b686676a53949d5 (patch)
tree76e90f7330ac156272575b6f4b6c1683ab801196 /src/main/java/at/hannibal2/skyhanni/config/features
parentd4ef6a6e3e1bee596ccbb38fef8abcce7290615e (diff)
downloadskyhanni-75a80664c2034fc4a68a115a1b686676a53949d5.tar.gz
skyhanni-75a80664c2034fc4a68a115a1b686676a53949d5.tar.bz2
skyhanni-75a80664c2034fc4a68a115a1b686676a53949d5.zip
Merge pull request #380
* account upgrade reminder
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index 353d99b59..588a52345 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -809,6 +809,11 @@ public class MiscConfig {
public boolean harpNumbers = false;
@Expose
+ @ConfigOption(name = "Account Upgrade Reminder", desc = "Remind you to claim account upgrades when complete.")
+ @ConfigEditorBoolean
+ public boolean accountUpgradeReminder = true;
+
+ @Expose
@ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.")
@ConfigEditorBoolean
public boolean configButtonOnPause = true;