feat: Add richer card theme support (#1809)
This commit is contained in:
@@ -67,6 +67,10 @@ export class StatusBarController {
|
||||
this._host.requestUpdate();
|
||||
}
|
||||
|
||||
public getConfig(): StatusBarConfig | null {
|
||||
return this._config;
|
||||
}
|
||||
|
||||
public shouldRender(): boolean {
|
||||
return this._items.some((item) => item.enabled !== false && item.sufficient);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user