mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 13:03:58 +00:00
cheers
This commit is contained in:
parent
73734a23a1
commit
09d1b099b7
3 changed files with 30 additions and 2 deletions
|
|
@ -168,6 +168,11 @@ export class FooterComponent implements Component {
|
|||
}
|
||||
}
|
||||
|
||||
// Prepend the provider in parenthesis to the right side if there's multiple providers
|
||||
if (this.footerData.getAvailableProviderCount() > 1 && state.model) {
|
||||
rightSide = `(${state.model.provider}) ${rightSide}`;
|
||||
}
|
||||
|
||||
let statsLeftWidth = visibleWidth(statsLeft);
|
||||
const rightSideWidth = visibleWidth(rightSide);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue