diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.live.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index 51e7646..b848435 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -203,6 +203,12 @@ class BigGANLive extends Component { title={i18n.gpu.busy} onClick={() => this.stop()} >{i18n.gpu.stop}</Button> + </div> + ) + } +} + +/* {opt.paused ? <Button @@ -215,11 +221,7 @@ class BigGANLive extends Component { onClick={() => this.pause()} >{'Pause'}</Button> } - </div> - ) - } -} - +*/ const mapStateToProps = state => ({ fullscreen: state.live.fullscreen, |
