generated from PlexSheep/rs-base
Merge branch 'feat/timebar' of https://git.cscherr.de/PlexSheep/crock into feat/timebar
cargo devel CI / cargo CI (push) Failing after 1m25s
Details
cargo devel CI / cargo CI (push) Failing after 1m25s
Details
This commit is contained in:
commit
272c44f0a3
|
@ -67,7 +67,7 @@ pub struct Clock {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, PartialEq, Default)]
|
#[derive(Debug, Clone, PartialEq, Default)]
|
||||||
pub(crate) struct UiData {
|
pub struct UiData {
|
||||||
fdate: [String; 2],
|
fdate: [String; 2],
|
||||||
ftime: [String; 2],
|
ftime: [String; 2],
|
||||||
timebar_ratio: [Option<f64>; 2],
|
timebar_ratio: [Option<f64>; 2],
|
||||||
|
|
Reference in New Issue