* (Add) Support for PHZ zip files when renamed to .zip
* (Fix) ZIP: Allow to cancel on gather layers stage
* (Fix) ZIP: Thumbnails not showing nor saving
This commit is contained in:
Tiago Conceição
2020-09-16 20:31:49 +01:00
parent 67150bde85
commit 49a6299cef
8 changed files with 88 additions and 59 deletions
+1 -4
View File
@@ -1424,10 +1424,6 @@ namespace UVtools.GUI
}
catch (OperationCanceledException)
{
if (File.Exists(dialog.FileName))
{
File.Delete(dialog.FileName);
}
}
catch (Exception ex)
{
@@ -1437,6 +1433,7 @@ namespace UVtools.GUI
extraMessage = "Note: When converting from SL1 make sure you have the correct printer selected, you MUST use a UVtools base printer.\n" +
"Go to \"Help\" -> \"Install profiles into PrusaSlicer\" to install printers.\n";
}
MessageBox.Show($"Convertion was not successful! Maybe not implemented...\n{extraMessage}{ex.Message}",
"Convertion unsuccessful", MessageBoxButtons.OK, MessageBoxIcon.Error);
}