enhance(client): donation dialog

This commit is contained in:
syuilo
2023-01-07 11:49:00 +09:00
parent d2d77b5dc1
commit d99be6697e
5 changed files with 123 additions and 8 deletions

View File

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