Skip to content

Commit

Permalink
Hide the search block because it doesn't work and it's not clear what…
Browse files Browse the repository at this point in the history
… it should even do
  • Loading branch information
GarboMuffin committed Jan 8, 2025
1 parent 5856319 commit 6bdb549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/0832/rxFS.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
{
blockIconURI: file,
opcode: "search",
hideFromPalette: true,
blockType: Scratch.BlockType.REPORTER,
text: Scratch.translate("search [STR]"),
arguments: {
Expand Down
1 change: 1 addition & 0 deletions extensions/0832/rxFS2.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
{
blockIconURI: folder,
opcode: "search",
hideFromPalette: true,
blockType: Scratch.BlockType.REPORTER,
text: Scratch.translate({ id: "search", default: "search [STR]" }),
arguments: {
Expand Down

0 comments on commit 6bdb549

Please sign in to comment.