diff --git a/src/app/handlers/system.rs b/src/app/handlers/system.rs index 8c00b33..187267e 100644 --- a/src/app/handlers/system.rs +++ b/src/app/handlers/system.rs @@ -67,9 +67,7 @@ impl AppModel { self.virtual_camera.set_filter(filter); } - // Reset color settings to defaults when applying any filter (including Standard) - // This ensures filters work with neutral camera settings - self.reset_color_settings_to_defaults() + Task::none() } // =========================================================================