fix: apply military time preference to time

This commit is contained in:
Ashley Wulber 2025-04-15 17:08:47 +01:00 committed by Ashley Wulber
parent ffff96b7fe
commit 9e22418e53

View file

@ -116,7 +116,7 @@ impl Time {
preferences::HourCycle::H12
};
top_bag.preferences = Some(preferences::Bag::from_hour_cycle(hour_cycle));
bottom_bag.preferences = Some(preferences::Bag::from_hour_cycle(hour_cycle));
Element::from(
column()