chore: show preferences notification count bubble on mobile

This commit is contained in:
Aman Harwara
2023-09-08 18:35:51 +05:30
parent 986985b7de
commit 2e364dc016
4 changed files with 51 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ import { PreferencePaneId } from '../Preferences/PreferenceId'
export class StatusService extends AbstractService<StatusServiceEvent, string> implements StatusServiceInterface {
private preferencesBubbleCounts: Record<PreferencePaneId, number> = {
general: 0,
general: 1,
account: 0,
security: 0,
'home-server': 0,