mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Buildup of logind dbus methods
This commit is contained in:
@@ -81,3 +81,9 @@ impl From<GraphicsError> for RogError {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl From<SessionError> for RogError {
|
||||
fn from(err: SessionError) -> Self {
|
||||
RogError::Session(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user