Add desktop platform prop

This commit is contained in:
Kaloyan Manolov 2025-04-03 11:21:36 +03:00
parent 6759a05361
commit 1ce8f1dec4

View file

@ -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}