Make it default on

This commit is contained in:
kakkokari-gtyih 2023-10-24 20:05:55 +09:00
parent 0e7f9e83a1
commit aab487f17f
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
showUnreadNotificationCount: {
where: 'deviceAccount',
default: true,
},
}));