diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-17 18:30:31 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-17 18:30:31 +0100 |
| commit | 3b98ddabeda1e78f63442fb5709b68ce7a1223e7 (patch) | |
| tree | b1e977c46ac8890fab8fc8b2d5f3d7572958c5db /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | d577665018ab1a8a908f81fa0b3ef93c17bf5afa (diff) | |
| download | skyhanni-3b98ddabeda1e78f63442fb5709b68ce7a1223e7.tar.gz skyhanni-3b98ddabeda1e78f63442fb5709b68ce7a1223e7.tar.bz2 skyhanni-3b98ddabeda1e78f63442fb5709b68ce7a1223e7.zip | |
Added Copy Underbid Price
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java index 60cc0e405..01d9a29fe 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java @@ -163,6 +163,13 @@ public class InventoryConfig { public boolean highlightAuctions = true; @Expose + @ConfigOption(name = "Copy Underbid Price", + desc = "Copies the price of an item in the \"Create BIN Auction\" minus 1 coin into the clipboard for faster under-bidding.") + @ConfigEditorBoolean + @FeatureToggle + public boolean copyUnderbidPrice = false; + + @Expose @ConfigOption(name = "Shift Click Equipment", desc = "Makes normal clicks to shift clicks in equipment inventory") @ConfigEditorBoolean @FeatureToggle |
