Ajout Aiguille Horloge

This commit is contained in:
2023-03-08 22:33:23 +01:00
parent 77cf72a752
commit 0c11013694
6 changed files with 97 additions and 6 deletions

View File

@ -49,6 +49,7 @@ export class RdDCalendrier extends Application {
if (setting.key == SYSTEM_RDD + '.' + WORLD_TIMESTAMP_SETTING) {
this.timestamp = RdDTimestamp.getWorldTime();
this.updateDisplay();
Hooks.callAll(APP_ASTROLOGIE_REFRESH);
}
}
@ -286,6 +287,7 @@ export class RdDCalendrier extends Application {
this.positionnerHeure(Number(calendarSet.value));
}
this.updateDisplay();
Hooks.callAll(APP_ASTROLOGIE_REFRESH);
}
/* -------------------------------------------- */