mirror of
https://github.com/michivonah/click-guide.git
synced 2025-12-22 22:16:28 +01:00
Fixed issu #1: Pause/Stop is not displayed correctly
This commit is contained in:
parent
cd2de15b2b
commit
5b293c4105
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ function updateRecordingLabel(bool){
|
|||
action: "guideLenght"
|
||||
}, (response) => {
|
||||
if(response.stepCount !== 0) startLabel = "Resume";
|
||||
toggleRecordingBtn.textContent = bool ? "Pause/Stop" : startLabel;
|
||||
toggleRecordingBtn.textContent = bool ? "Pause / Stop" : startLabel;
|
||||
});
|
||||
}
|
||||
catch(error){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue