This commit is contained in:
Lubos Lenco
2021-07-03 12:53:26 +02:00
parent 93a78f9a02
commit b96d891e2b
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ plugin.drawUI = function(ui) {
}
if (ui.button("Export")) {
arm.UIFiles.show("png", true, function(path) {
arm.UIFiles.show("png", true, false, function(path) {
arm.App.notifyOnNextFrame(function() {
var f = arm.UIFiles.filename;
if (f === "") f = "untitled";