chore: fix preferences count bubble size & position

This commit is contained in:
Aman Harwara
2023-09-11 18:36:11 +05:30
parent 51c095efa9
commit 7ca2fa8eab
5 changed files with 36 additions and 21 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: 2,
account: 0,
security: 0,
'home-server': 0,