Revert "storing entire config instead of each separate thing of it, so that future"

This reverts commit 18117c3bfa.

b/c something else uses same field but i want to fix that in another MR
This commit is contained in:
Henry Jameson 2018-08-18 13:56:45 +03:00
parent 627e227076
commit 99f849bd8c
2 changed files with 14 additions and 1 deletions

View file

@ -13,6 +13,7 @@ const defaultState = {
streaming: false,
hoverPreview: true,
pauseOnUnfocused: true,
stopGifs: false,
muteWords: [],
highlight: {}
}