diff --git a/daemon/src/supported.rs b/daemon/src/supported.rs index cee559c2..9f2b6601 100644 --- a/daemon/src/supported.rs +++ b/daemon/src/supported.rs @@ -22,7 +22,7 @@ pub struct SupportedFunctions { rog_bios_ctrl: RogBiosSupportedFunctions, } -#[dbus_interface(name = "org.asuslinux.Supported")] +#[dbus_interface(name = "org.asuslinux.Daemon")] impl SupportedFunctions { fn supported_functions(&self) -> String { serde_json::to_string_pretty(self).unwrap()