bugfix
This commit is contained in:
parent
758d34592a
commit
1bf59a66bf
@ -106,7 +106,7 @@ bricks.Camera = class extends bricks.Popup {
|
|||||||
if (this.record_status == 'recording'){
|
if (this.record_status == 'recording'){
|
||||||
this.record_status = 'standby';
|
this.record_status = 'standby';
|
||||||
this.shot_btn.set_url(bricks_resource('imgs/start_recording.svg'));
|
this.shot_btn.set_url(bricks_resource('imgs/start_recording.svg'));
|
||||||
this.viderecorder_stop();
|
this.videorecorder_stop();
|
||||||
} else {
|
} else {
|
||||||
this.record_status = 'recording';
|
this.record_status = 'recording';
|
||||||
this.shot_btn.set_url(bricks_resource('imgs/stop_recording.svg'));
|
this.shot_btn.set_url(bricks_resource('imgs/stop_recording.svg'));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user