diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-10-26 20:11:35 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-10-26 20:31:54 +0100 |
commit | ea5298ab9b4b989119218807281b68d19756cd7a (patch) | |
tree | 1342afdc12154d97365a3efb792efcd3c1fa059c /app/javascript/flavours/glitch/reducers | |
parent | 5ee2b860f902871c1f38ae0e9b8f333b38c73bbe (diff) |
Add setting to disable the pop-in player
Diffstat (limited to 'app/javascript/flavours/glitch/reducers')
-rw-r--r-- | app/javascript/flavours/glitch/reducers/local_settings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/reducers/local_settings.js b/app/javascript/flavours/glitch/reducers/local_settings.js index 3d94d665c..e4df22b9f 100644 --- a/app/javascript/flavours/glitch/reducers/local_settings.js +++ b/app/javascript/flavours/glitch/reducers/local_settings.js @@ -49,6 +49,7 @@ const initialState = ImmutableMap({ letterbox : true, fullwidth : true, reveal_behind_cw : false, + pop_in_player : true, }), notifications : ImmutableMap({ favicon_badge : false, |