diff --git a/hexagon_launcher/src/app.rs b/hexagon_launcher/src/app.rs index c3b8397..acdba9e 100644 --- a/hexagon_launcher/src/app.rs +++ b/hexagon_launcher/src/app.rs @@ -83,6 +83,7 @@ impl App { &field, GrabbableSettings { max_distance: 0.01, + zoneable: false, ..Default::default() }, )?; diff --git a/hexagon_launcher/src/main.rs b/hexagon_launcher/src/main.rs index 4eb355a..96e4f5e 100644 --- a/hexagon_launcher/src/main.rs +++ b/hexagon_launcher/src/main.rs @@ -136,6 +136,7 @@ impl Button { max_distance: 0.01, pointer_mode: PointerMode::Align, magnet: false, + zoneable: true, ..Default::default() }, )?; diff --git a/sirius/src/main.rs b/sirius/src/main.rs index 6e89766..4ee0868 100644 --- a/sirius/src/main.rs +++ b/sirius/src/main.rs @@ -275,6 +275,7 @@ impl App { &field, GrabbableSettings { max_distance: 0.01, + zoneable: false, ..Default::default() }, )?;