We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e77bc commit 43f7cd5Copy full SHA for 43f7cd5
src/renderer/app.jsx
@@ -73,8 +73,10 @@ const ScratchDesktopHOC = function (WrappedComponent) {
73
render () {
74
const shouldShowTelemetryModal = (typeof ipcRenderer.sendSync('getTelemetryDidOptIn') !== 'boolean');
75
return (<WrappedComponent
76
+ canEditTitle
77
isScratchDesktop
78
projectId={defaultProjectId}
79
+ projectTitle={this.state.projectTitle}
80
showTelemetryModal={shouldShowTelemetryModal}
81
onClickLogo={this.handleClickLogo}
82
onProjectTelemetryEvent={this.handleProjectTelemetryEvent}
0 commit comments