Skip to content

Commit

Permalink
Fix setting alarmTime
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Mar 30, 2024
1 parent d1fadb7 commit aa314f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaterialSkin/HTML/material/html/js/screensaver.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Vue.component('lms-screensaver', {
let alarmDate = new Date(status.alarm*1000);
this.alarm = dateStr(alarmDate, this.$store.state.lang)+" "+timeStr(alarmDate, this.$store.state.lang);
}
this.alarmTime=status.alarm;
}
this.alarmTime!=status.alarm;
},
cancelAll(doFade) {
if (undefined!==this.showTimer) {
Expand Down

0 comments on commit aa314f8

Please sign in to comment.