upd: use null as default on user like setting
This commit is contained in:
parent
44fe3e4ebb
commit
c9112b2949
5 changed files with 8 additions and 7 deletions
|
|
@ -112,7 +112,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
like: {
|
||||
where: 'account',
|
||||
default: '❤️',
|
||||
default: null as string | null,
|
||||
},
|
||||
mutedAds: {
|
||||
where: 'account',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue