Testing iOS file chooser

This commit is contained in:
Anuken
2019-09-19 19:01:48 -04:00
parent 4b824f7a4c
commit d6a4149175
@@ -85,7 +85,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
t.row(); t.row();
if(!ios){ //if(!ios){
t.addImageTextButton("$editor.import", Icon.loadMapSmall, () -> t.addImageTextButton("$editor.import", Icon.loadMapSmall, () ->
createDialog("$editor.import", createDialog("$editor.import",
"$editor.importmap", "$editor.importmap.description", Icon.loadMap, (Runnable)loadDialog::show, "$editor.importmap", "$editor.importmap.description", Icon.loadMap, (Runnable)loadDialog::show,
@@ -113,7 +113,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
} }
}))) })))
); );
} //}
Cell cell = t.addImageTextButton("$editor.export", Icon.saveMapSmall, () -> { Cell cell = t.addImageTextButton("$editor.export", Icon.saveMapSmall, () -> {
if(!ios){ if(!ios){