Remove save codec dialog due to not working well with browser downloads

This commit is contained in:
JannisX11 2023-04-19 16:09:50 +02:00
parent ac808e69e4
commit 5e2c2876e7
2 changed files with 6 additions and 2 deletions

View File

@ -663,6 +663,10 @@ BARS.defineActions(function() {
}
} else {
saveTextures()
if (Format.codec && Format.codec.export) {
Format.codec.export()
}
/*
if (Format.codec && Format.codec.export) {
let codec = await new Promise(resolve => Blockbench.showMessageBox({
@ -689,7 +693,7 @@ BARS.defineActions(function() {
} else {
Project.saved = false;
}
}*/
}
}
})

File diff suppressed because one or more lines are too long