fix dialog

This commit is contained in:
samunohito 2024-02-07 22:13:41 +09:00
parent cdfd906366
commit e84790e619

View file

@ -272,10 +272,6 @@ async function onDeleteButtonClicked() {
await os.promiseDialog(
action(),
() => {
},
() => {
},
);
}