Enable "Expand all spoilers" by default.
This commit is contained in:
parent
66b3fc1c64
commit
0f0d08ecd4
@ -118,7 +118,7 @@
|
||||
imageExpansion: {
|
||||
'Fit width': [true, null],
|
||||
'Fit height': [false, null],
|
||||
'Expand spoilers': [false, 'Expand all images along with spoilers.'],
|
||||
'Expand spoilers': [true, 'Expand all images along with spoilers.'],
|
||||
'Expand from here': [true, 'Expand all images only from current position to thread end.']
|
||||
},
|
||||
filter: {
|
||||
|
||||
@ -60,7 +60,7 @@ Config =
|
||||
imageExpansion:
|
||||
'Fit width': [true, null]
|
||||
'Fit height': [false, null]
|
||||
'Expand spoilers': [false, 'Expand all images along with spoilers.']
|
||||
'Expand spoilers': [true, 'Expand all images along with spoilers.']
|
||||
'Expand from here': [true, 'Expand all images only from current position to thread end.']
|
||||
filter:
|
||||
name: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user