chore: update preferences bubble count
This commit is contained in:
@@ -90,6 +90,7 @@ export class PreferencesSessionController {
|
||||
const item: SelectableMenuItem = {
|
||||
...preference,
|
||||
selected: preference.id === this._selectedPane,
|
||||
bubbleCount: this.application.status.getPreferencesBubbleCount(preference.id),
|
||||
hasErrorIndicator: this.sectionHasBubble(preference.id),
|
||||
}
|
||||
return item
|
||||
|
||||
Reference in New Issue
Block a user