Fix popup type

This commit is contained in:
Cohee 2024-07-12 01:12:25 +03:00
parent f53fa0d19d
commit f74c212945

View File

@ -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;
}