mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-08 22:52:01 +02:00
fix X (formerly known as Twitter)
This commit is contained in:
parent
f32b08d842
commit
2a622ee164
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue