mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Add a window title when CLI is launched (#787)
This commit is contained in:
parent
7f1252d364
commit
5673c5f267
2 changed files with 22 additions and 2 deletions
|
|
@ -45,6 +45,9 @@ export interface Settings {
|
|||
allowBuildArtifacts?: boolean;
|
||||
};
|
||||
|
||||
// UI setting. Does not display the ANSI-controlled terminal title.
|
||||
hideWindowTitle?: boolean;
|
||||
|
||||
// Add other settings here.
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue