From 12061ea9df7f7f7c4fc882c98cbf40d39dcdfa0b Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 6 Feb 2021 08:52:14 +1300 Subject: [PATCH] Fix 'Supported' dbus method --- daemon/src/supported.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()