Add integration to log out from COSMIC session
This commit is contained in:
parent
73d2107dc9
commit
d03966ae42
3 changed files with 29 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue