Add setting to hide all attachments.
This commit is contained in:
parent
0e1ab69c33
commit
7c0f3ea666
6 changed files with 20 additions and 3 deletions
|
@ -3,7 +3,8 @@ import StyleSetter from '../services/style_setter/style_setter.js'
|
|||
|
||||
const defaultState = {
|
||||
name: 'Pleroma FE',
|
||||
colors: {}
|
||||
colors: {},
|
||||
hideAttachments: false
|
||||
}
|
||||
|
||||
const config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue