diff --git a/src/app/platform/native/settings.rs b/src/app/platform/native/settings.rs index e9093bd..493fa6c 100644 --- a/src/app/platform/native/settings.rs +++ b/src/app/platform/native/settings.rs @@ -160,8 +160,6 @@ impl Settings { .clicked() { // Handle click event here - tracing::info!("Settings 2 clicked"); - // show a Window with the settings self.open = true; }