diff --git a/app/public/data/gallery.json b/app/public/data/gallery.json index 5e3fc53e..1b138d95 100644 --- a/app/public/data/gallery.json +++ b/app/public/data/gallery.json @@ -541,7 +541,7 @@ "description": "The cow can be found mooing about in grassy areas. It is very resourceful and makes for a great cattle companion.", "gitHubOwner": "mojang", "gitHubRepoName": "bedrock-samples", - "id": "Cat", + "id": "cat", "type": 4, "localLogo": "entity/cat/calico.png", "logoLocation": { "x": 5, "y": 3, "width": 5, "height": 6, "imageWidth": 64 }, @@ -587,7 +587,7 @@ "description": "The cow can be found mooing about in grassy areas. It is very resourceful and makes for a great cattle companion.", "gitHubOwner": "mojang", "gitHubRepoName": "bedrock-samples", - "id": "Cow", + "id": "cow", "type": 4, "localLogo": "entity/cow/cow.png", "logoLocation": { "x": 6, "y": 6, "width": 8, "height": 8, "imageWidth": 64 }, @@ -608,7 +608,7 @@ "description": "The creeper is a mob that can sneak up on you when you least expect it and trigger a devastating attack by blowing up.", "gitHubOwner": "mojang", "gitHubRepoName": "bedrock-samples", - "id": "Creeper", + "id": "creeper", "type": 4, "localLogo": "entity/creeper/creeper.png", "logoLocation": { "x": 8, "y": 8, "width": 8, "height": 8, "imageWidth": 64 }, diff --git a/app/src/UX/Home.tsx b/app/src/UX/Home.tsx index e3ce37a4..a6f5d099 100644 --- a/app/src/UX/Home.tsx +++ b/app/src/UX/Home.tsx @@ -1400,7 +1400,7 @@ export default class Home extends Component { onClick: this._handleConnectClick, title: "Connect", }); - } else { + } else if (window.showDirectoryPicker !== undefined) { actionsToolbar.push({ icon: , key: "openFolderA", diff --git a/app/src/UX/ProjectActions.tsx b/app/src/UX/ProjectActions.tsx index dcb46d9e..f3200bdd 100644 --- a/app/src/UX/ProjectActions.tsx +++ b/app/src/UX/ProjectActions.tsx @@ -133,35 +133,37 @@ export default class ProjectActions extends Component ); - exportBin.push( - - ); + + ); + } packageBin.push(