recorder: expose isRecording()
parent
464ef74450
commit
598940e90e
|
|
@ -231,6 +231,8 @@
|
||||||
},getRecorders:getRecorders,reload:function() {
|
},getRecorders:getRecorders,reload:function() {
|
||||||
reload();
|
reload();
|
||||||
Bangle.drawWidgets(); // relayout all widgets
|
Bangle.drawWidgets(); // relayout all widgets
|
||||||
|
},isRecording:function() {
|
||||||
|
return !!writeInterval;
|
||||||
},setRecording:function(isOn, options) {
|
},setRecording:function(isOn, options) {
|
||||||
/* options = {
|
/* options = {
|
||||||
force : [optional] "append"/"new"/"overwrite" - don't ask, just do what's requested
|
force : [optional] "append"/"new"/"overwrite" - don't ask, just do what's requested
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue