Implement network icon
This commit is contained in:
parent
d4d2773715
commit
41cc4d1db7
3 changed files with 139 additions and 11 deletions
|
|
@ -8,6 +8,9 @@ mod locker;
|
|||
#[cfg(feature = "logind")]
|
||||
mod logind;
|
||||
|
||||
#[cfg(feature = "networkmanager")]
|
||||
mod networkmanager;
|
||||
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
env_logger::init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue