iwpo
This commit is contained in:
parent
2be42c0e4b
commit
3a540dd1f6
@ -114,9 +114,9 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
|
|||||||
os.confirm({
|
os.confirm({
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
text: '同じ名前の絵文字が存在します。インポートしますか?',
|
text: '同じ名前の絵文字が存在します。インポートしますか?',
|
||||||
}).then(canceled => {
|
}).then(res => {
|
||||||
console.log(canceled);
|
console.log(res);
|
||||||
if (canceled) return;
|
if (res.canceled) return;
|
||||||
importEmoji(reaction);
|
importEmoji(reaction);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user