Disabled data folder button due to terrible file manager support

This commit is contained in:
Anuken 2020-01-31 23:09:21 -05:00
parent 63d84bead3
commit eabebcefc7

View File

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