Use layer shell for greeter

This commit is contained in:
Jeremy Soller 2024-02-06 10:58:34 -07:00
parent c3e530434d
commit 3e2743a2e6
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 213 additions and 41 deletions

View file

@ -660,7 +660,7 @@ impl cosmic::Application for App {
struct PamSubscription;
//TODO: just use one vec for all subscriptions
let mut extra_suscriptions = Vec::with_capacity(1);
let mut extra_suscriptions = Vec::with_capacity(2);
#[cfg(feature = "networkmanager")]
{