mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-06 17:31:09 +08:00
Remove save codec dialog due to not working well with browser downloads
This commit is contained in:
parent
ac808e69e4
commit
5e2c2876e7
@ -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
Loading…
x
Reference in New Issue
Block a user