Merge remote-tracking branch 'origin/develop' into optimize
This commit is contained in:
commit
3bf558089f
11 changed files with 39 additions and 5 deletions
|
|
@ -140,6 +140,10 @@ export const INSTANCE_DEFAULT_CONFIG_DEFINITIONS = {
|
|||
description: 'Hide Instance-specific panel',
|
||||
default: false,
|
||||
},
|
||||
allowForeignUserBackground: {
|
||||
description: "Allow other user's profiles to override wallpaper",
|
||||
default: true,
|
||||
},
|
||||
hideInstanceWallpaper: {
|
||||
description: 'Hide Instance default background',
|
||||
default: false,
|
||||
|
|
@ -631,7 +635,7 @@ export const LOCAL_DEFAULT_CONFIG_DEFINITIONS = {
|
|||
},
|
||||
imageCompression: {
|
||||
description: 'Image compression (WebP/JPEG)',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
alwaysUseJpeg: {
|
||||
description: 'Compress images using JPEG only',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue