1
0

Added break so it doesnt prompt you per image

This commit is contained in:
KevinWh0
2024-02-17 12:55:27 +01:00
parent c6e29f6882
commit 2024030ebb
@@ -765,6 +765,7 @@ async function post(ev?: MouseEvent) {
if (canceled) return;
if (result === 'cancel') return;
break;
}
}
}