Update fallback background
This commit is contained in:
parent
6f1a307815
commit
70bf8d296d
4 changed files with 5 additions and 4 deletions
|
|
@ -287,7 +287,7 @@ pub fn main() -> Result<(), Box<dyn Error>> {
|
|||
};
|
||||
|
||||
let fallback_background =
|
||||
widget::image::Handle::from_memory(include_bytes!("../res/background.png"));
|
||||
widget::image::Handle::from_memory(include_bytes!("../res/background.jpg"));
|
||||
|
||||
let flags = Flags {
|
||||
user_datas,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue