aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-04 18:59:20 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-04 18:59:20 +0200
commitb1be5758a2543df639c427038b61a86ea0e0cae6 (patch)
tree775d18f1c3c9a2f0c01e7dfee610673b67b0a966 /src/main/java/at/hannibal2/skyhanni/config
parent953682bd6b0c43b6caa9327b97eedaa1c31dcc82 (diff)
downloadskyhanni-b1be5758a2543df639c427038b61a86ea0e0cae6.tar.gz
skyhanni-b1be5758a2543df639c427038b61a86ea0e0cae6.tar.bz2
skyhanni-b1be5758a2543df639c427038b61a86ea0e0cae6.zip
Added Best Crop Time Compact Display - Make the best crop time more compact by removing the crop name and exp and making the time format shorter
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java8
1 files changed, 8 insertions, 0 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 e48d0eee7..74b874186 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -258,6 +258,14 @@ public class Garden {
public boolean cropMilestoneBestAlwaysOn = false;
@Expose
+ @ConfigOption(
+ name = "Compact Display",
+ desc = "Make the best crop time more compact by removing the crop name and exp and making the time format shorter")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 7)
+ public boolean cropMilestoneBestCompact = false;
+
+ @Expose
public Position cropMilestoneNextDisplayPos = new Position(-112, -143, false, true);
@Expose