Skip to content

Commit

Permalink
feat: minimonitorview - label in monitor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Mar 19, 2020
1 parent 8837fce commit 60b6a4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/components/ChannelMonitorOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ class ChannelMonitorOptions extends React.PureComponent<IChannelProps & IMonitor
value={this.props.fader[this.faderIndex].monitor}
onChange={(event) => this.handleSetAux(event)}
/>
<br/>
<label className="input">
SHOW IN MINI MONITORVIEW :
</label>
<input
type="checkbox"
checked={this.props.fader[this.faderIndex].showInMiniMonitor}
Expand Down

0 comments on commit 60b6a4c

Please sign in to comment.