generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
107092b558
commit
7be6df7aa5
|
@ -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