Cleanup
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=135280caef29618972b83c6919a48259c46f34bd
|
||||
archash=589c7e171a8b558f50b99d374e05942a5909ba4d
|
||||
|
||||
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user