Skip to content

Commit e4ec8c3

Browse files
rejasveeck
andauthored
Fix missing icons in clock module (#3834)
Fixes #3818 --------- Co-authored-by: veeck <gitkraken@veeck.de>
1 parent d9e2e02 commit e4ec8c3

4 files changed

Lines changed: 227 additions & 226 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Thanks to: @dathbe.
2424
### Fixed
2525

2626
- [calendar] Fixed broken unittest that only broke at 1st of july and 1st of january (#3830)
27+
- [clock] Fixed missing icons when no other modules with icons is loaded (#3834)
2728

2829
## [2.32.0] - 2025-07-01
2930

modules/default/clock/clock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Module.register("clock", {
3636
},
3737
// Define styles.
3838
getStyles () {
39-
return ["clock_styles.css"];
39+
return ["clock_styles.css", "font-awesome.css"];
4040
},
4141
// Define start sequence.
4242
start () {

0 commit comments

Comments
 (0)