fix export icon (#2130)
This commit is contained in:
@@ -103,7 +103,7 @@ public class SettingsMenuDialog extends SettingsDialog{
|
|||||||
|
|
||||||
t.row();
|
t.row();
|
||||||
|
|
||||||
t.button("$data.export", Icon.download, style, () -> {
|
t.button("$data.export", Icon.upload, style, () -> {
|
||||||
if(ios){
|
if(ios){
|
||||||
Fi file = Core.files.local("mindustry-data-export.zip");
|
Fi file = Core.files.local("mindustry-data-export.zip");
|
||||||
try{
|
try{
|
||||||
|
|||||||
Reference in New Issue
Block a user