diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-23 16:19:34 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-23 16:19:34 +0100 |
commit | 41022a4c79b49e6a1aa861cce666e30f6099eca7 (patch) | |
tree | 2f383dd5922559bb42cf42833608e6cf3ccdd1bc /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 6ee4de6177ec779ddf12f318c2b0d3e2540a6366 (diff) | |
download | skyhanni-41022a4c79b49e6a1aa861cce666e30f6099eca7.tar.gz skyhanni-41022a4c79b49e6a1aa861cce666e30f6099eca7.tar.bz2 skyhanni-41022a4c79b49e6a1aa861cce666e30f6099eca7.zip |
compact title
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 |
1 files changed, 1 insertions, 1 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 81589a877..348348c85 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -408,7 +408,7 @@ public class Garden { public boolean moneyPerHourAlwaysOn = false; @Expose @ConfigOption( - name = "Compact Display", + name = "Compact Mode", desc = "Hide the item name and the position number.") @ConfigEditorBoolean @ConfigAccordionId(id = 13) |