From 6fcd38e6e1ad5747379b617b1f90eb502187dcc8 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 29 Apr 2024 23:43:00 -0400 Subject: [PATCH] Allow window resizing --- src/app.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app.rs b/src/app.rs index c66e010..dc2b0ab 100644 --- a/src/app.rs +++ b/src/app.rs @@ -372,9 +372,6 @@ impl Portfolio { // Load previous app state (if any). // Note that you must enable the `persistence` feature for this to work. - cc.egui_ctx - .add_image_loader(Arc::new(super::png::JxlLoader::default())); - #[cfg(target_arch = "wasm32")] let states; #[cfg(target_arch = "wasm32")]