Skip to content

Commit

Permalink
'Simulation Configuration' -> 'Configuration'. Part of #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomoros committed Dec 11, 2021
1 parent d5f7202 commit 76b9db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/simulation-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class SimulationControls extends connect(store)(LitElement) {
</div>
<div>
<details .open=${this._configurationExpanded} @toggle=${this._handleConfigurationExpandedToggled}>
<summary><label><button class='small'>${SETTINGS_ICON}</button> Simulation Configuration</label></summary>
<summary><label><button class='small'>${SETTINGS_ICON}</button> Configuration</label></summary>
<options-control .readonly=${this._playing} @option-changed=${this._handleOptionChanged} @open-dialog=${this._handleOpenDialog} @path-toggled=${this._handlePathToggled} .config=${this._simulation ? this._simulation.optionsConfig : null} .value=${this._simulation ? this._simulation.rawConfig : null} .name=${''} .pathExpanded=${this._pathExpanded}></options-control>
</details>
</div>
Expand Down

0 comments on commit 76b9db1

Please sign in to comment.