winit: Set WindowAttributesWayland without cctk feature
There doesn't seem to be any reason for this to require the `cctk` feature? Fixes the app ID, and therefore icon, for `cosmic-sync-gui`.
This commit is contained in:
parent
64b97077b7
commit
8f10a3bd34
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ pub fn window_attributes(
|
|||
),
|
||||
));
|
||||
}
|
||||
#[cfg(all(feature = "cctk", target_os = "linux"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
use winit::platform::wayland::WindowAttributesWayland;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue