This commit is contained in:
Anuken
2020-01-11 19:21:37 -05:00
parent 7e7d2019af
commit 4aa4e15de5
2 changed files with 2 additions and 3 deletions

View File

@@ -144,9 +144,8 @@ public class SettingsMenuDialog extends SettingsDialog{
}
})));
t.row();
if(!ios){
t.row();
t.addImageTextButton("$data.openfolder", Icon.folderSmall, style, () -> Core.app.openFolder(Core.settings.getDataDirectory().absolutePath()));
}
});