mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix 'Supported' dbus method
This commit is contained in:
@@ -22,7 +22,7 @@ pub struct SupportedFunctions {
|
|||||||
rog_bios_ctrl: RogBiosSupportedFunctions,
|
rog_bios_ctrl: RogBiosSupportedFunctions,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[dbus_interface(name = "org.asuslinux.Supported")]
|
#[dbus_interface(name = "org.asuslinux.Daemon")]
|
||||||
impl SupportedFunctions {
|
impl SupportedFunctions {
|
||||||
fn supported_functions(&self) -> String {
|
fn supported_functions(&self) -> String {
|
||||||
serde_json::to_string_pretty(self).unwrap()
|
serde_json::to_string_pretty(self).unwrap()
|
||||||
|
|||||||
Reference in New Issue
Block a user