summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorForrick <69301168+Forrick@users.noreply.github.com>2023-01-13 05:12:07 +0100
committerGitHub <noreply@github.com>2023-01-13 05:12:07 +0100
commit4a47f275f8ae544e2bc3d95f6ce7e88c5474934e (patch)
tree9f64a070015335d25468f73b58e665681577e34b /src/main/java/at/hannibal2/skyhanni/config/features
parent68908e24cc6b2739c34fc45c96284e7b2269407d (diff)
downloadskyhanni-4a47f275f8ae544e2bc3d95f6ce7e88c5474934e.tar.gz
skyhanni-4a47f275f8ae544e2bc3d95f6ce7e88c5474934e.tar.bz2
skyhanni-4a47f275f8ae544e2bc3d95f6ce7e88c5474934e.zip
Updated to 0.14.1 and Bazaar stuff. (#8)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java10
1 files changed, 10 insertions, 0 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 890d21313..2e3ea2195 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
@@ -27,4 +27,14 @@ public class Bazaar {
@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;
+
+ @Expose
+ @ConfigOption(name = "Update Timer", desc = "A countdown timer for upcoming Bazzar data update.")
+ @ConfigEditorBoolean
+ public boolean updateTimer = false;
+
+ @Expose
+ @ConfigOption(name = "Update timer Position", desc = "")
+ @ConfigEditorButton(runnableId = "bazzarUpdateTimer", buttonText = "Edit")
+ public Position updateTimerPos = new Position(10, 10, false, true);
}