Testing iOS file chooser
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user