[fixes #899] Remove double overwrite popup in export dialog

This commit is contained in:
Sibo Van Gool 2021-09-10 01:04:35 +02:00
parent 5296348a7d
commit 2231c995c2

View File

@ -1410,9 +1410,6 @@ public class BasicFrame extends JFrame {
return false;
}
}
if (!FileHelper.confirmWrite(file, this)) {
return false;
}
try {
StorageOptions options = new StorageOptions();