fix: enable auto scroll by default

This commit is contained in:
jamesgeorge007
2020-02-24 22:26:13 +05:30
parent 0c8eea65a5
commit 64e20a1350

View File

@@ -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,