mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 21:51:55 -05:00
Set isScratchDesktop
This commit is contained in:
parent
c238d121ea
commit
5517f9a184
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const onStorageInit = storageInstance => {
|
|||
|
||||
const guiProps = {
|
||||
onStorageInit,
|
||||
isScratchDesktop: true,
|
||||
projectId: defaultProjectId
|
||||
};
|
||||
const wrappedGui = React.createElement(WrappedGui, guiProps);
|
||||
|
|
Loading…
Reference in a new issue