Skip to content

Commit

Permalink
add hideInfoBox
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalstad authored Nov 4, 2022
1 parent b4adaf4 commit dd47cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ You can add query parameters to link to change the applications startup behaviou
.../circuitjs.html?editable=<true|false> // Allow circuit editing, default true
.../circuitjs.html?positiveColor=%2300ff00 // change positive voltage color (rrggbb)
.../circuitjs.html?negativeColor=%23ff0000 // change negative voltage color
.../circuitjs.html?hideInfoBox=<true|false>
```
## Building an Electron application

Expand Down

1 comment on commit dd47cf4

@pfalstad
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, I committed to the wrong fork

Please sign in to comment.