From 64e20a135028ce551e333f1439fbec027a4150fa Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Mon, 24 Feb 2020 22:26:13 +0530 Subject: [PATCH] fix: enable auto scroll by default --- pages/settings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/settings.vue b/pages/settings.vue index c793e84b4..35aa29b49 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -347,7 +347,7 @@ export default { settings: { SCROLL_INTO_ENABLED: - this.$store.state.postwoman.settings.SCROLL_INTO_ENABLED || false, + this.$store.state.postwoman.settings.SCROLL_INTO_ENABLED || true, THEME_COLOR: "", THEME_TAB_COLOR: "", THEME_COLOR_VIBRANT: true,