style(tui): replace header dots with spacing

This commit is contained in:
chengyongru
2026-08-31 17:03:24 +08:00
committed by chengyongru
parent feb33e1f99
commit e69159cdae
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1962,7 +1962,7 @@ export class NanobotTui {
this.titleText.content = identity
const context = this.contextTokens === null
? ""
: ` · ~${formatTokenCount(this.contextTokens)}${this.contextWindowTokens
: ` ~${formatTokenCount(this.contextTokens)}${this.contextWindowTokens
? `/${formatTokenCount(this.contextWindowTokens)}`
: ""} ctx`
this.runtimeControls.updateModel(this.modelName, this.modelPreset)