enhance(client): hidden ads when canHideAds is true

This commit is contained in:
syuilo
2023-02-03 14:03:34 +09:00
parent 01778e11dc
commit 88c3957085
2 changed files with 1 additions and 13 deletions

View File

@@ -86,10 +86,6 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'account',
default: [] as string[],
},
hiddenAds: {
where: 'account',
default: [] as string[],
},
menu: {
where: 'deviceAccount',