diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 18:47:28 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 18:47:28 +0200 |
commit | 33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f (patch) | |
tree | aeba72f265ccfbdadfb7b16f84b872223fef59d2 /src/main/java/at/hannibal2/skyhanni | |
parent | 23594521eab25c669be27436d2034979cd1538f8 (diff) | |
download | skyhanni-33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f.tar.gz skyhanni-33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f.tar.bz2 skyhanni-33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f.zip |
Made 'Cancelled Buy Order Clipboard' default disabled
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java index 3d0a65b0d..48d32fc15 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java @@ -23,7 +23,7 @@ public class Bazaar { @Expose @ConfigOption(name = "Cancelled Buy Order Clipboard", desc = "Saves missing items from cancelled buy orders to clipboard for faster re-entry.") @ConfigEditorBoolean - public boolean cancelledBuyOrderClipboard = true; + public boolean cancelledBuyOrderClipboard = false; @Expose @ConfigOption(name = "Update Timer", desc = "A countdown timer for the next Bazaar data update.") |