Remove context percentage in footer by default (#12326)

This commit is contained in:
Abhi
2025-10-30 19:18:25 -04:00
committed by Tommaso Sciortino
parent 5d7772ff58
commit d756ef64f2
4 changed files with 87 additions and 6 deletions
@@ -388,6 +388,15 @@ const SETTINGS_SCHEMA = {
description: 'Hide the model name and context usage in the footer.',
showInDialog: true,
},
hideContextPercentage: {
type: 'boolean',
label: 'Hide Context Window Percentage',
category: 'UI',
requiresRestart: false,
default: true,
description: 'Hides the context window remaining percentage.',
showInDialog: true,
},
},
},
hideFooter: {