diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-02 10:17:05 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-02 10:17:05 +0200 |
commit | 5fc0371d51883bf8705ef52dbdf7dc0689dfd081 (patch) | |
tree | 7cfb259a091f30603ba511c3a341babf6d274a47 /src/main/java/at/hannibal2 | |
parent | d11c9406b4b247bae889ec46bd84e6d69de2a1cf (diff) | |
download | skyhanni-5fc0371d51883bf8705ef52dbdf7dc0689dfd081.tar.gz skyhanni-5fc0371d51883bf8705ef52dbdf7dc0689dfd081.tar.bz2 skyhanni-5fc0371d51883bf8705ef52dbdf7dc0689dfd081.zip |
Added text to button
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 2ae4f95fb..1448efc38 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -2,7 +2,6 @@ package at.hannibal2.skyhanni.config.features; import at.hannibal2.skyhanni.config.commands.Commands; import at.hannibal2.skyhanni.config.core.config.Position; -import at.hannibal2.skyhanni.data.GuiEditManager; import at.hannibal2.skyhanni.features.garden.inventory.GardenPlotIcon; import at.hannibal2.skyhanni.utils.LorenzUtils; import com.google.gson.annotations.Expose; @@ -1155,7 +1154,7 @@ public class Garden { public boolean enabled = true; @ConfigOption(name = "Hard Reset", desc = "Reset every slot to it's original item.") - @ConfigEditorButton + @ConfigEditorButton(buttonText = "Reset") public Runnable hardReset = () -> { GardenPlotIcon.INSTANCE.setHardReset(true); LorenzUtils.INSTANCE.sendCommandToServer("desk"); |