fix: window menus now supported by windows using wayland feature
This commit is contained in:
parent
c9a2265ab1
commit
e04c9eaf6d
2 changed files with 1 additions and 2 deletions
|
|
@ -541,7 +541,6 @@ impl<T: Application> Cosmic<T> {
|
|||
}
|
||||
}
|
||||
Message::ShowWindowMenu => {
|
||||
#[cfg(not(feature = "wayland"))]
|
||||
return window::show_window_menu(window::Id::MAIN);
|
||||
}
|
||||
#[cfg(feature = "xdg-portal")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue