mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-03 12:53:48 +07:00
Cleanup
This commit is contained in:
parent
73995c7764
commit
b2dd2c8441
@ -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 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user