mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-06-30 23:47:45 +02:00
fix X (formerly known as Twitter)
This commit is contained in:
parent
f32b08d842
commit
2a622ee164
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue