reset for subtracted seconds

practiced-songs
Matt Huntington 2 years ago
parent 3752ce25d4
commit cd847bb90e

@ -104,6 +104,7 @@
reset(event){ reset(event){
this.savedPreviousSeconds = 0; this.savedPreviousSeconds = 0;
this.totalSeconds = 0; this.totalSeconds = 0;
this.secondsToSubtract = 0;
}, },
setSecondsManually(){ setSecondsManually(){
this.totalSeconds = this.manualHours*60*60 + this.manualMinutes*60 + this.manualSeconds; this.totalSeconds = this.manualHours*60*60 + this.manualMinutes*60 + this.manualSeconds;

Loading…
Cancel
Save