added option to disable aspect ratio for profiles

This commit is contained in:
Henry Jameson 2026-05-05 15:19:50 +03:00
commit 4dc9bdf54d
9 changed files with 32 additions and 4 deletions

View file

@ -542,6 +542,10 @@ export const INSTANCE_DEFAULT_CONFIG_DEFINITIONS = {
required: true,
default: 'none',
},
compactProfiles: {
description: 'Reduce profile height on user pages',
default: false,
},
}
export const INSTANCE_DEFAULT_CONFIG = convertDefinitions(
INSTANCE_DEFAULT_CONFIG_DEFINITIONS,