mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 08:02:17 +00:00
fix(coding-agent): sync extension theme changes to session settings (#1483)
This commit is contained in:
parent
34f841f036
commit
6137de9ce7
2 changed files with 51 additions and 0 deletions
|
|
@ -1427,6 +1427,9 @@ export class InteractiveMode {
|
|||
}
|
||||
const result = setTheme(themeOrName, true);
|
||||
if (result.success) {
|
||||
if (this.settingsManager.getTheme() !== themeOrName) {
|
||||
this.settingsManager.setTheme(themeOrName);
|
||||
}
|
||||
this.ui.requestRender();
|
||||
}
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue