user profile's backgrounds support

This commit is contained in:
Henry Jameson 2026-06-01 21:56:09 +03:00
commit 2aee91662d
7 changed files with 25 additions and 1 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,