Add a window title when CLI is launched (#787)

This commit is contained in:
Mark McDonald 2025-06-10 11:54:51 +08:00 committed by GitHub
parent 7f1252d364
commit 5673c5f267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 2 deletions

View file

@ -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.
}