mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
refactor(status-line): remove padding config
The status line is now inlined in the footer's left section, so horizontal padding is no longer applicable. Remove padding from StatusLineConfig, settings schema, JSON schema, and docs.
This commit is contained in:
parent
7804946970
commit
a1c33cdb5e
4 changed files with 4 additions and 36 deletions
|
|
@ -434,9 +434,7 @@ const SETTINGS_SCHEMA = {
|
|||
label: 'Status Line',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: undefined as
|
||||
| { type: 'command'; command: string; padding?: number }
|
||||
| undefined,
|
||||
default: undefined as { type: 'command'; command: string } | undefined,
|
||||
description: 'Custom status line display configuration.',
|
||||
showInDialog: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue