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