mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-18 12:46:58 +02:00
refactor(networkmanager): remove unnecessary async & unused fields
This commit is contained in:
parent
8bb95e2e3f
commit
e6f610687c
5 changed files with 8 additions and 18 deletions
|
@ -4,7 +4,6 @@ use crate::clients::networkmanager::dbus::{DeviceState, DeviceType};
|
|||
pub enum Event {
|
||||
DeviceAdded {
|
||||
interface: String,
|
||||
r#type: DeviceType,
|
||||
},
|
||||
DeviceStateChanged {
|
||||
interface: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue