ui : add show-org-name-in-trigger display setting

This commit is contained in:
Aleksander Grygier
2026-08-15 22:53:48 +02:00
parent c5ee8d0659
commit a5906b7200
2 changed files with 9 additions and 0 deletions
@@ -55,6 +55,7 @@ export const SETTINGS_KEYS = {
SHOW_MESSAGE_STATS: 'showMessageStats',
SHOW_MODEL_QUANTIZATION: 'showModelQuantization',
SHOW_MODEL_TAGS: 'showModelTags',
SHOW_MODEL_ORG_NAME_IN_TRIGGER: 'showModelOrgNameInTrigger',
SHOW_RAW_MODEL_NAMES: 'showRawModelNames',
SHOW_RAW_OUTPUT_SWITCH: 'showRawOutputSwitch',
SHOW_SYSTEM_MESSAGE: 'showSystemMessage',
@@ -306,6 +306,14 @@ export const SETTINGS_REGISTRY: SettingsSectionEntry[] = [
section: SETTINGS_SECTION_SLUGS.DISPLAY,
type: SettingsFieldType.CHECKBOX
},
{
defaultValue: false,
help: 'Display the organization name in the model selector trigger button.',
key: SETTINGS_KEYS.SHOW_MODEL_ORG_NAME_IN_TRIGGER,
label: 'Show organization name in model selector trigger',
section: SETTINGS_SECTION_SLUGS.DISPLAY,
type: SettingsFieldType.CHECKBOX
},
{
defaultValue: false,
help: 'Display the current build version in the bottom-right corner of the interface.',