generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
d4719fc686
commit
e186a717f2
|
@ -66,7 +66,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