aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-25 13:35:46 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-25 13:35:46 +0100
commite66eeae3cc2dbe16531e73f54909f27767f6af71 (patch)
treebfb1728499ce859299e644a12649c0c7d0ac32ae /src/main/java/at/hannibal2/skyhanni
parent66f8380ec2f2589b94188e8b084910d2bc72299c (diff)
downloadskyhanni-e66eeae3cc2dbe16531e73f54909f27767f6af71.tar.gz
skyhanni-e66eeae3cc2dbe16531e73f54909f27767f6af71.tar.bz2
skyhanni-e66eeae3cc2dbe16531e73f54909f27767f6af71.zip
set defaultDisplayMode default to remember last.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java
index 975e83d9a..dd91010ed 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java
@@ -22,7 +22,7 @@ public class TrackerConfig {
@Expose
@ConfigOption(name = "Default Display Mode", desc = "Change the display mode that gets shown when starting.")
@ConfigEditorDropdown
- public Property<SkyHanniTracker.DefaultDisplayMode> defaultDisplayMode = Property.of(SkyHanniTracker.DefaultDisplayMode.TOTAL);
+ public Property<SkyHanniTracker.DefaultDisplayMode> defaultDisplayMode = Property.of(SkyHanniTracker.DefaultDisplayMode.REMEMBER_LAST);
@Expose
@ConfigOption(name = "Recent Drops", desc = "Highlight the amount in green on recently gained items.")