Prep new release

This commit is contained in:
Luke D. Jones
2022-07-21 19:36:17 +12:00
parent f222eef6b7
commit cd7e748c88
8 changed files with 16 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ use super::controller::CtrlKbdLedZbus;
#[async_trait]
impl crate::ZbusAdd for CtrlKbdLedZbus {
async fn add_to_server(self, server: &mut Connection) {
Self::add_to_server_helper(self, "/org/asuslinux/Led", server).await;
Self::add_to_server_helper(self, "/org/asuslinux/Aura", server).await;
}
}