mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
wip
This commit is contained in:
parent
123fedb5c4
commit
f817979d22
@ -111,7 +111,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
|
||||
if (await duplication) {
|
||||
os.confirm({
|
||||
type: 'warning',
|
||||
text: i18n.ts.emojiAlreadyExists,
|
||||
text: '同じ名前の絵文字が存在します。インポートしますか?',
|
||||
}).then(canceled => {
|
||||
if (canceled) return;
|
||||
importEmoji(reaction);
|
||||
|
Loading…
x
Reference in New Issue
Block a user