Add shortname hint to searchbar placeholder

This commit is contained in:
takotori 2023-12-12 20:44:31 +01:00
parent c9d1282e62
commit 14727e25f4
3 changed files with 3 additions and 4 deletions

View file

@ -391,11 +391,10 @@ fn set_connection_settings(path: Path<'static>, prop: HashMap<String, PropMap>)
"/org/Xetibo/ReSetDaemon",
Duration::from_millis(1000),
);
let asdf: Result<(bool,), Error> = proxy.method_call(
let _: Result<(bool,), Error> = proxy.method_call(
"org.Xetibo.ReSetWireless",
"SetConnectionSettings",
(path, prop),
);
dbg!(asdf);
});
}