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) {
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user