Skip to content

Commit

Permalink
bugy#144: removed favicon for finished scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Jun 17, 2019
1 parent 54a23cd commit 3dc3fb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/configs/destroy_world.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"script_path": "./samples/scripts/destroy_world.py",
"description": "This is a very dangerous script, please be careful when running. Don't forget your protective helmet.",
"requires_terminal": true
"requires_terminal": false
}
3 changes: 2 additions & 1 deletion samples/configs/parameterized.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
{
"name": "Simple Text",
"param": "--simple_text",
"description": "Parameter Four"
"description": "Parameter Four",
"required": true
},
{
"name": "Simple List",
Expand Down
2 changes: 1 addition & 1 deletion web-src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ function updateFavicon() {
if (hasExecuting) {
setExecutingFavicon();
} else {
setFinishedFavicon();
setDefaultFavicon();
}
}

Expand Down

0 comments on commit 3dc3fb9

Please sign in to comment.