This commit is contained in:
Anuken
2020-02-19 10:31:15 -05:00
parent 73995c7764
commit b2dd2c8441
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
@Override
public void showFileChooser(boolean open, String extension, Cons<Fi> cons){
if(!open){ //when exporting, just share it.
//ask for export name
//ask for export name
Core.input.getTextInput(new TextInput(){{
title = Core.bundle.get("filename");
accepted = name -> {