chore: update preferences bubble count

This commit is contained in:
Aman Harwara
2023-09-04 15:53:26 +05:30
parent 29575999d4
commit e18731d9e6

View File

@@ -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