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")]