Set isScratchDesktop

This commit is contained in:
Christopher Willis-Ford 2018-12-21 03:21:28 -08:00
parent c238d121ea
commit 5517f9a184

View file

@ -41,6 +41,7 @@ const onStorageInit = storageInstance => {
const guiProps = {
onStorageInit,
isScratchDesktop: true,
projectId: defaultProjectId
};
const wrappedGui = React.createElement(WrappedGui, guiProps);