Merge remote-tracking branch 'origin/develop' into optimize

This commit is contained in:
Henry Jameson 2026-06-08 00:03:17 +03:00
commit 3bf558089f
11 changed files with 39 additions and 5 deletions

View file

@ -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',