1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-27 22:38:34 +09:00
This commit is contained in:
NoriDev 2023-12-27 18:33:09 +09:00
parent 362abe1572
commit 2cd2c692a2

View File

@ -39,10 +39,9 @@ export async function mainBoot() {
if (isClientUpdated && $i) {
popup(defineAsyncComponent(() => import('@/components/MkUpdated.vue')), {}, {}, 'closed');
} else if (isClientMigrated && $i) {
miLocalStorage.removeItem('latestDonationInfoShownAt');
miLocalStorage.removeItem('neverShowDonationInfo');
miLocalStorage.removeItem('latestDonationInfoShownAt');
popup(defineAsyncComponent(() => import('@/components/MkMigrated.vue')), {}, {}, 'closed');
popup(defineAsyncComponent(() => import('@/components/MkDonation.vue')), {}, {}, 'closed');
}
const stream = useStream();