Add integration to log out from COSMIC session

This commit is contained in:
Lucy 2022-08-01 13:18:24 -04:00
parent 73d2107dc9
commit d03966ae42
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 29 additions and 3 deletions

View file

@ -5,6 +5,7 @@ extern crate relm4_macros;
pub mod session_manager;
pub mod ui;
pub mod cosmic_session;
use gtk4::{gio::ApplicationFlags, prelude::*, Align, Button, Label, Orientation, Separator};
use once_cell::sync::Lazy;