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