feat: add helpers for getting and using activation tokens in applets
refactor(applet): connect to privileged socket if available cleanup
This commit is contained in:
parent
c9554a8740
commit
ef5b6fb44a
9 changed files with 310 additions and 8 deletions
|
|
@ -55,8 +55,11 @@ pub use iced_winit;
|
|||
pub mod icon_theme;
|
||||
pub mod keyboard_nav;
|
||||
|
||||
#[cfg(feature = "process")]
|
||||
pub mod process;
|
||||
|
||||
#[cfg(feature = "wayland")]
|
||||
pub use sctk;
|
||||
pub use cctk;
|
||||
|
||||
pub mod theme;
|
||||
pub use theme::{style, Theme};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue