diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-07 10:21:49 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-07 10:21:49 +0900 |
| commit | 6ef5c8bb9243e0fbc0d4d539b967c908146f544c (patch) | |
| tree | 1c2402ecec9002f1a18f8c98aca109f13ffe4a50 /packages/frontend/src/pages/settings/other.vue | |
| parent | fix(ci): fix Chromatic CI not being skipped for dependency update branches (#... (diff) | |
| download | misskey-6ef5c8bb9243e0fbc0d4d539b967c908146f544c.tar.gz misskey-6ef5c8bb9243e0fbc0d4d539b967c908146f544c.tar.bz2 misskey-6ef5c8bb9243e0fbc0d4d539b967c908146f544c.zip | |
enhance(frontend): improve migration of old settings
Diffstat (limited to 'packages/frontend/src/pages/settings/other.vue')
| -rw-r--r-- | packages/frontend/src/pages/settings/other.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/settings/other.vue b/packages/frontend/src/pages/settings/other.vue index 6736572e0b..58fcb0c5e0 100644 --- a/packages/frontend/src/pages/settings/other.vue +++ b/packages/frontend/src/pages/settings/other.vue @@ -185,7 +185,6 @@ async function deleteAccount() { } function migrate() { - os.waiting(); migrateOldSettings(); } |