fix: overlay event handling and mouse interaction

This commit is contained in:
Ashley Wulber 2026-02-25 13:26:38 -05:00
parent 904133397b
commit 0298487096
3 changed files with 26 additions and 7 deletions

View file

@ -12,7 +12,6 @@ use cosmic_config::CosmicConfigEntry;
pub mod context_drawer;
pub use context_drawer::{ContextDrawer, context_drawer};
use iced::application::BootFn;
use iced_core::Widget;
pub mod cosmic;
pub mod settings;