Skip to content

Commit

Permalink
tweak 940f541
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Dec 27, 2023
1 parent 2f0a2fb commit 362abe1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/boot/main-boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ export async function mainBoot() {
if (isClientUpdated && $i) {
popup(defineAsyncComponent(() => import('@/components/MkUpdated.vue')), {}, {}, 'closed');
} else if (isClientMigrated && $i) {
miLocalStorage.removeItem('latestDonationInfoShownAt');
miLocalStorage.removeItem('neverShowDonationInfo');
popup(defineAsyncComponent(() => import('@/components/MkMigrated.vue')), {}, {}, 'closed');
popup(defineAsyncComponent(() => import('@/components/MkDonation.vue')), {}, {}, 'closed');
}

const stream = useStream();
Expand Down

0 comments on commit 362abe1

Please sign in to comment.