1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-27 00:14:12 +02:00

enhance(frontend): make pref sync more smart

This commit is contained in:
syuilo
2025-05-31 14:15:40 +09:00
parent 0254570fbf
commit 743995e469
4 changed files with 86 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ import { i18n } from '@/i18n.js';
// TODO: そのうち消す
export function migrateOldSettings() {
os.waiting(i18n.ts.settingsMigrating);
os.waiting({ text: i18n.ts.settingsMigrating });
store.loaded.then(async () => {
misskeyApi('i/registry/get', { scope: ['client'], key: 'themes' }).catch(() => []).then((themes: any) => {