fix: apply military time preference to time
This commit is contained in:
parent
ffff96b7fe
commit
9e22418e53
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue