aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-23 16:01:12 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-23 16:01:12 +0100
commit2a117487b3dc798a496bf3a2fc93c0a75808c18b (patch)
tree2b6ba0738ed5a3ee7217e3e6140ee09c52b89f64 /src/main/java/at/hannibal2/skyhanni/config/features
parent53303c391dc335bc676263f5be75bcc110a74446 (diff)
downloadskyhanni-2a117487b3dc798a496bf3a2fc93c0a75808c18b.tar.gz
skyhanni-2a117487b3dc798a496bf3a2fc93c0a75808c18b.tar.bz2
skyhanni-2a117487b3dc798a496bf3a2fc93c0a75808c18b.zip
Added Compact Display. Once again hopefully fixing money per hour
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java7
1 files changed, 7 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 70e9907a9..81589a877 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -406,6 +406,13 @@ public class Garden {
@ConfigEditorBoolean
@ConfigAccordionId(id = 13)
public boolean moneyPerHourAlwaysOn = false;
+ @Expose
+ @ConfigOption(
+ name = "Compact Display",
+ desc = "Hide the item name and the position number.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 13)
+ public boolean moneyPerHourCompact = false;
@Expose
@ConfigOption(name = "Money per hour Position", desc = "")