From e66eeae3cc2dbe16531e73f54909f27767f6af71 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 25 Nov 2023 13:35:46 +0100 Subject: set defaultDisplayMode default to remember last. --- .../java/at/hannibal2/skyhanni/config/features/misc/TrackerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2') 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 defaultDisplayMode = Property.of(SkyHanniTracker.DefaultDisplayMode.TOTAL); + public Property defaultDisplayMode = Property.of(SkyHanniTracker.DefaultDisplayMode.REMEMBER_LAST); @Expose @ConfigOption(name = "Recent Drops", desc = "Highlight the amount in green on recently gained items.") -- cgit