fix export icon (#2130)

This commit is contained in:
zethnest
2020-06-01 21:05:49 +08:00
committed by GitHub
parent b6c0e92c2c
commit 0c6b7aa934

View File

@@ -103,7 +103,7 @@ public class SettingsMenuDialog extends SettingsDialog{
t.row();
t.button("$data.export", Icon.download, style, () -> {
t.button("$data.export", Icon.upload, style, () -> {
if(ios){
Fi file = Core.files.local("mindustry-data-export.zip");
try{