Update fallback background

This commit is contained in:
Jeremy Soller 2024-08-02 09:42:34 -06:00
parent 6f1a307815
commit 70bf8d296d
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
4 changed files with 5 additions and 4 deletions

View file

@ -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,