mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 22:22:34 -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 = {
|
const guiProps = {
|
||||||
onStorageInit,
|
onStorageInit,
|
||||||
|
isScratchDesktop: true,
|
||||||
projectId: defaultProjectId
|
projectId: defaultProjectId
|
||||||
};
|
};
|
||||||
const wrappedGui = React.createElement(WrappedGui, guiProps);
|
const wrappedGui = React.createElement(WrappedGui, guiProps);
|
||||||
|
|
Loading…
Reference in a new issue