fix: gate wayland features and add inline popover fallback

This commit is contained in:
Hojjat 2026-04-06 16:21:26 -06:00 committed by Ashley Wulber
parent 467998433c
commit 8b95675c9b
3 changed files with 85 additions and 23 deletions

View file

@ -26,6 +26,7 @@ static MENU_ID: LazyLock<cosmic::widget::Id> =
#[derive(Debug, Clone)]
pub struct MenuState {
pub position: Option<Point>,
pub local_position: Option<Point>,
pub link: Option<String>,
}