diff options
Diffstat (limited to 'packages/cli/src/config/settingsSchema.ts')
| -rw-r--r-- | packages/cli/src/config/settingsSchema.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/cli/src/config/settingsSchema.ts b/packages/cli/src/config/settingsSchema.ts index 4a7a986b..ebea3ad5 100644 --- a/packages/cli/src/config/settingsSchema.ts +++ b/packages/cli/src/config/settingsSchema.ts @@ -86,6 +86,15 @@ export const SETTINGS_SCHEMA = { description: 'Hide the application banner', showInDialog: true, }, + hideFooter: { + type: 'boolean', + label: 'Hide Footer', + category: 'UI', + requiresRestart: false, + default: false, + description: 'Hide the footer from the UI', + showInDialog: true, + }, showMemoryUsage: { type: 'boolean', label: 'Show Memory Usage', |
