This commit is contained in:
こけっち 2022-09-18 15:25:33 +09:00
parent 123fedb5c4
commit f817979d22
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -111,7 +111,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
if (await duplication) { if (await duplication) {
os.confirm({ os.confirm({
type: 'warning', type: 'warning',
text: i18n.ts.emojiAlreadyExists, text: '同じ名前の絵文字が存在します。インポートしますか?',
}).then(canceled => { }).then(canceled => {
if (canceled) return; if (canceled) return;
importEmoji(reaction); importEmoji(reaction);