Update theme when no there are no active terminals

This commit is contained in:
Daniel Imms 2016-06-09 14:42:50 -07:00
parent 7d56f33e50
commit fc66135a49

View file

@ -98,9 +98,6 @@ export class TerminalPanel extends Panel {
}
private updateTheme(themeId?: string): void {
if (this.terminalInstances.length === 0) {
return;
}
if (!themeId) {
themeId = this.themeService.getTheme();
}