generated from PlexSheep/rs-base
add a time bar #8
|
@ -66,7 +66,7 @@ pub struct Clock {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Default)]
|
||||
pub(crate) struct UiData {
|
||||
pub struct UiData {
|
||||
fdate: [String; 2],
|
||||
ftime: [String; 2],
|
||||
timebar_ratio: [Option<f64>; 2],
|
||||
|
|
Reference in New Issue