fix: missing icons and actions from the dock
This commit is contained in:
parent
6b47c3b5b9
commit
25263dad7d
10 changed files with 705 additions and 544 deletions
|
|
@ -598,7 +598,7 @@ impl BluerSessionState {
|
|||
)
|
||||
.await;
|
||||
res = adapter_clone.discover_devices_with_changes().await;
|
||||
milli_timeout = (milli_timeout.saturating_mul(2));
|
||||
milli_timeout = milli_timeout.saturating_mul(2);
|
||||
}
|
||||
milli_timeout = 10;
|
||||
res.unwrap()
|
||||
|
|
@ -612,7 +612,7 @@ impl BluerSessionState {
|
|||
break 'outer;
|
||||
}
|
||||
} else {
|
||||
milli_timeout = (milli_timeout.saturating_mul(2));
|
||||
milli_timeout = milli_timeout.saturating_mul(2);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue