Enable Gallery by default
This commit is contained in:
parent
aabe78984d
commit
b55cda889e
@ -153,7 +153,7 @@
|
|||||||
'Images': {
|
'Images': {
|
||||||
'Image Expansion': [true, 'Expand images.'],
|
'Image Expansion': [true, 'Expand images.'],
|
||||||
'Image Hover': [true, 'Show full image on mouseover.'],
|
'Image Hover': [true, 'Show full image on mouseover.'],
|
||||||
'Gallery': [false, 'Adds a cute gallery.'],
|
'Gallery': [true, 'Adds a cute gallery.'],
|
||||||
'Sauce': [true, 'Add sauce links to images.'],
|
'Sauce': [true, 'Add sauce links to images.'],
|
||||||
'Reveal Spoiler Thumbnails': [false, 'Replace spoiler thumbnails with the original image.'],
|
'Reveal Spoiler Thumbnails': [false, 'Replace spoiler thumbnails with the original image.'],
|
||||||
'Replace GIF': [false, 'Replace thumbnail of gifs with its actual image.'],
|
'Replace GIF': [false, 'Replace thumbnail of gifs with its actual image.'],
|
||||||
|
|||||||
@ -134,7 +134,7 @@
|
|||||||
'Images': {
|
'Images': {
|
||||||
'Image Expansion': [true, 'Expand images.'],
|
'Image Expansion': [true, 'Expand images.'],
|
||||||
'Image Hover': [true, 'Show full image on mouseover.'],
|
'Image Hover': [true, 'Show full image on mouseover.'],
|
||||||
'Gallery': [false, 'Adds a cute gallery.'],
|
'Gallery': [true, 'Adds a cute gallery.'],
|
||||||
'Sauce': [true, 'Add sauce links to images.'],
|
'Sauce': [true, 'Add sauce links to images.'],
|
||||||
'Reveal Spoiler Thumbnails': [false, 'Replace spoiler thumbnails with the original image.'],
|
'Reveal Spoiler Thumbnails': [false, 'Replace spoiler thumbnails with the original image.'],
|
||||||
'Replace GIF': [false, 'Replace thumbnail of gifs with its actual image.'],
|
'Replace GIF': [false, 'Replace thumbnail of gifs with its actual image.'],
|
||||||
|
|||||||
@ -128,7 +128,7 @@ Config =
|
|||||||
'Show full image on mouseover.'
|
'Show full image on mouseover.'
|
||||||
]
|
]
|
||||||
'Gallery': [
|
'Gallery': [
|
||||||
false
|
true
|
||||||
'Adds a cute gallery.'
|
'Adds a cute gallery.'
|
||||||
]
|
]
|
||||||
'Sauce': [
|
'Sauce': [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user