Skip to content

Commit

Permalink
Just renamed the user input block - actually it can be used for confi…
Browse files Browse the repository at this point in the history
…rmation with no input as well.
  • Loading branch information
JMS-1 committed Aug 22, 2024
1 parent b80bb4a commit 9f29ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Extensions/RequestUserInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace BlocklyNet.Extensions;
"request_user_input",
"Scripts",
@"{
""message0"": ""RequestUserInput %1 %2 %3 %4 %5 %6 %7 %8 %9"",
""message0"": ""AwaitUserInteraction %1 %2 %3 %4 %5 %6 %7 %8 %9"",
""args0"": [
{
""type"": ""input_dummy""
Expand Down Expand Up @@ -58,7 +58,7 @@ namespace BlocklyNet.Extensions;
],
""output"": null,
""colour"": 230,
""tooltip"": ""Request input from the user"",
""tooltip"": ""Request interaction from the user"",
""helpUrl"": """"
}",
@"{
Expand Down

0 comments on commit 9f29ab2

Please sign in to comment.