some cursor funnsies

This commit is contained in:
RabbyDevs 2025-04-16 10:25:01 +03:00
parent d384886071
commit d77bae9de2

View file

@ -258,7 +258,6 @@ impl Launcher {
Task::none() Task::none()
}, },
Message::HoverEnter() => { Message::HoverEnter() => {
// mouse::Cursor::
Task::none() Task::none()
} }
_ => Task::none(), _ => Task::none(),
@ -312,7 +311,7 @@ impl Launcher {
border: border::rounded(5), border: border::rounded(5),
..button::Style::default() ..button::Style::default()
} }
})).on_enter(Message::HoverEnter())) })).interaction(iced::mouse::Interaction::Pointer))
]) ])
.width(Length::Fill) .width(Length::Fill)
.style(move |_theme| style_container(180.0)) .style(move |_theme| style_container(180.0))