Feat: drop-and-fusion update

This commit is contained in:
mattyatea 2024-01-18 22:17:36 +09:00
parent 959374bb78
commit 0c600065da
1 changed files with 1 additions and 2 deletions

View File

@ -511,7 +511,6 @@ async function remoteLocaltimelineSave() {
type: 'success',
text: i18n.ts.saved,
});
await reloadAsk();
defaultStore.set('remoteLocalTimelineDomain1', remoteLocalTimelineDomain1.value);
defaultStore.set('remoteLocalTimelineToken1', remoteLocalTimelineToken1.value);
defaultStore.set('remoteLocalTimelineDomain2', remoteLocalTimelineDomain2.value);
@ -527,7 +526,7 @@ async function remoteLocaltimelineSave() {
defaultStore.set('remoteLocalTimelineName3', remoteLocalTimelineName3.value);
defaultStore.set('remoteLocalTimelineName4', remoteLocalTimelineName4.value);
defaultStore.set('remoteLocalTimelineName5', remoteLocalTimelineName5.value);
await reloadAsk();
}
const emojiIndexLangs = ['en-US', 'ja-JP', 'ja-JP_hira'] as const;