Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-05-27 18:11:45 -04:00

View File

@@ -97,7 +97,7 @@ public class SchematicsDialog extends BaseDialog{
showInfo(s); showInfo(s);
}); });
buttons.button(Icon.download, style, () -> { buttons.button(Icon.upload, style, () -> {
showExport(s); showExport(s);
}); });