@ -88,6 +88,7 @@
},
setSecondsManually(){
this.totalSeconds = this.manualHours*60*60 + this.manualMinutes*60 + this.manualSeconds;
this.savedPreviousSeconds = this.totalSeconds;
window.localStorage.setItem('lastTotalSeconds', this.totalSeconds);
}