mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-08-28 22:19:55 -04:00
Add desktop platform prop
This commit is contained in:
parent
6759a05361
commit
1ce8f1dec4
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ const ScratchDesktopGUIHOC = function (WrappedComponent) {
|
|||
onShowPrivacyPolicy={showPrivacyPolicy}
|
||||
onStorageInit={this.handleStorageInit}
|
||||
onUpdateProjectTitle={this.handleUpdateProjectTitle}
|
||||
platform="DESKTOP"
|
||||
|
||||
// allow passed-in props to override any of the above
|
||||
{...childProps}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue