diff --git a/public/scripts/preset-manager.js b/public/scripts/preset-manager.js index 756c518ef..5d25140dc 100644 --- a/public/scripts/preset-manager.js +++ b/public/scripts/preset-manager.js @@ -594,7 +594,7 @@ export async function initPresetManager() { return; } - const confirm = await Popup.show.input('Delete the preset?', 'This action is irreversible and your current settings will be overwritten.'); + const confirm = await Popup.show.confirm('Delete the preset?', 'This action is irreversible and your current settings will be overwritten.'); if (!confirm) { return; }