fix: gate wayland features and add inline popover fallback
This commit is contained in:
parent
467998433c
commit
8b95675c9b
3 changed files with 85 additions and 23 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue