mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-19 02:58:33 +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),
|
Duration::from_millis(1000),
|
||||||
);
|
);
|
||||||
let res: ResultType =
|
let res: ResultType =
|
||||||
proxy.method_call("org.xetibo.ReSetWireless", "GetConnectionSettings", (path,));
|
proxy.method_call("org.Xetibo.ReSetWireless", "GetConnectionSettings", (path,));
|
||||||
if res.is_err() {
|
if res.is_err() {
|
||||||
ResetConnection::default();
|
ResetConnection::default();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue