From 983daf38bf8df75602ace0047b2dd5731b11836d Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Fri, 31 May 2024 03:02:25 +0200 Subject: Improvement: bazaar re-buy (#1946) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../at/hannibal2/skyhanni/config/features/inventory/BazaarConfig.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/BazaarConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/BazaarConfig.java index 10d92d16e..d262f80c1 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/BazaarConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/BazaarConfig.java @@ -32,7 +32,9 @@ public class BazaarConfig { public Position bestSellMethodPos = new Position(394, 142, false, true); @Expose - @ConfigOption(name = "Cancelled Buy Order Clipboard", desc = "Saves missing items from cancelled buy orders to clipboard for faster re-entry.") + @ConfigOption(name = "Cancelled Buy Order Clipboard", + desc = "Sends missing items from cancelled buy orders in chat. " + + "Click on the message to quickly order the same item and amount again.") @ConfigEditorBoolean @FeatureToggle public boolean cancelledBuyOrderClipboard = false; -- cgit