From 0dd4c9edb06946697e6140bb31e9e8f64e5f5b9d Mon Sep 17 00:00:00 2001 From: Krum Angelov Date: Tue, 7 Apr 2026 15:45:41 +0300 Subject: [PATCH] chore: reading prop from www --- packages/scratch-gui/src/components/gui/gui.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/scratch-gui/src/components/gui/gui.jsx b/packages/scratch-gui/src/components/gui/gui.jsx index 089fe72e54e..552e5fed645 100644 --- a/packages/scratch-gui/src/components/gui/gui.jsx +++ b/packages/scratch-gui/src/components/gui/gui.jsx @@ -153,6 +153,7 @@ const GUIComponent = props => { isFetchingUserData, isFullScreen, isPlayerOnly, + isReadOnly, isRtl, isShared, isTelemetryEnabled, @@ -611,6 +612,7 @@ GUIComponent.propTypes = { isFetchingUserData: PropTypes.bool, isFullScreen: PropTypes.bool, isPlayerOnly: PropTypes.bool, + isReadOnly: PropTypes.bool, isRtl: PropTypes.bool, isShared: PropTypes.bool, isTotallyNormal: PropTypes.bool,