From 0e5b74e3dd798703cf842257e528c85bc7c00121 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 15 Aug 2018 12:51:21 +0300 Subject: Configurable video looping, option to not to loop silent videos. Updated localization strings. --- src/modules/config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modules/config.js') diff --git a/src/modules/config.js b/src/modules/config.js index 2b50655b..26930e1d 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -7,9 +7,12 @@ const defaultState = { hideAttachments: false, hideAttachmentsInConv: false, hideNsfw: true, + loopVideo: true, + loopVideoSilentOnly: true, autoLoad: true, streaming: false, hoverPreview: true, + pauseOnUnfocused: true, muteWords: [], highlight: {} } -- cgit v1.2.3-70-g09d2