mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-06 13:52:01 +02:00
fix: move to 10 seconds for the daemon to start
This commit is contained in:
parent
f1ee049e17
commit
6a605f1d08
|
@ -91,7 +91,7 @@ pub fn set_action_row_ellipsis(element: ActionRow) {
|
|||
|
||||
pub fn get_capabilities() -> Vec<String> {
|
||||
let conn = Connection::new_session().unwrap();
|
||||
let proxy = conn.with_proxy(BASE, DBUS_PATH, Duration::from_millis(1000));
|
||||
let proxy = conn.with_proxy(BASE, DBUS_PATH, Duration::from_millis(10000));
|
||||
let res: Result<(Vec<String>,), Error> = proxy.method_call(BASE, "GetCapabilities", ());
|
||||
res.unwrap().0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue