fix X (formerly known as Twitter)

This commit is contained in:
takotori 2023-12-02 13:04:55 +01:00
parent f32b08d842
commit 2a622ee164

View file

@ -24,7 +24,7 @@ pub fn getConnectionSettings(path: Path<'static>) -> ResetConnection {
Duration::from_millis(1000),
);
let res: ResultType =
proxy.method_call("org.xetibo.ReSetWireless", "GetConnectionSettings", (path,));
proxy.method_call("org.Xetibo.ReSetWireless", "GetConnectionSettings", (path,));
if res.is_err() {
ResetConnection::default();
}