Build
This commit is contained in:
@@ -24,7 +24,8 @@ pub struct Config {
|
||||
smash_key: String,
|
||||
font_size: u16,
|
||||
font_size_departure : u16,
|
||||
margin: u32
|
||||
margin: u32,
|
||||
tournament_image: Option<String>
|
||||
|
||||
}
|
||||
|
||||
@@ -39,7 +40,7 @@ struct Line<'a> {
|
||||
|
||||
impl Config {
|
||||
fn new() -> Self {
|
||||
Self { tournament: String::new(), update: Some(1),fullscreen:Some(false), smash_key: String::new(), font_size: 30 , font_size_departure : 45, margin: 10 }
|
||||
Self { tournament: String::new(), update: Some(1),fullscreen:Some(false), smash_key: String::new(), font_size: 30 , font_size_departure : 45, margin: 10,tournament_image: None }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user