diff options
Diffstat (limited to 'app/client/modules/pix2pixhd/views/pix2pixhd.live.js')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/pix2pixhd.live.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js index a6da1ec..1700128 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js @@ -126,6 +126,7 @@ class Pix2PixHDLive extends Component { min={0.0} max={2.0} type='float' /> {this.renderRestartButton()} + {this.renderLiveButtons()} {this.renderRecordButton()} <p class='last_message'>{this.props.last_message}</p> </ParamGroup> @@ -281,7 +282,6 @@ class Pix2PixHDLive extends Component { title={'GPU Busy'} onClick={() => this.interrupt()} >Interrupt</Button> - {this.renderLiveButtons()} </div> ) } |
