diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-22 14:22:05 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-22 14:22:05 +0100 |
commit | c2d34ca9ec5f61ab21e6f514726b74188b324a20 (patch) | |
tree | 910bb19ba00c07f96322fd926ffa7fc9d365cd4f /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | a7372158d4e75d7f32f0cbf607940499e767dbe5 (diff) | |
download | skyhanni-c2d34ca9ec5f61ab21e6f514726b74188b324a20.tar.gz skyhanni-c2d34ca9ec5f61ab21e6f514726b74188b324a20.tar.bz2 skyhanni-c2d34ca9ec5f61ab21e6f514726b74188b324a20.zip |
Auction Highlighter now shows expired items as well.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java index 912e09531..5f2b46ca8 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -140,7 +140,7 @@ public class Inventory { @Expose @ConfigOption(name = "Highlight Auctions", - desc = "Highlight own items that are sold in green.") + desc = "Highlight own items that are sold in green and that are expired in red.") @ConfigEditorBoolean public boolean highlightAuctions = true; } |