Skip to content

Commit

Permalink
Improvement: Add Search Tag to the Account Upgrade Reminder (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
jani270 authored Oct 5, 2024
1 parent 4b6789f commit 79f8298
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import io.github.notenoughupdates.moulconfig.annotations.ConfigEditorDraggableList;
import io.github.notenoughupdates.moulconfig.annotations.ConfigLink;
import io.github.notenoughupdates.moulconfig.annotations.ConfigOption;
import io.github.notenoughupdates.moulconfig.annotations.SearchTag;
import io.github.notenoughupdates.moulconfig.observer.Property;

import java.util.ArrayList;
Expand Down Expand Up @@ -226,6 +227,7 @@ public class MiscConfig {
@Expose
@ConfigOption(name = "Account Upgrade Reminder", desc = "Remind you to claim community shop account and profile upgrades when complete.")
@ConfigEditorBoolean
@SearchTag("Elizabeth Community Center")
@FeatureToggle
public boolean accountUpgradeReminder = true;

Expand Down

0 comments on commit 79f8298

Please sign in to comment.