chore: update libcosmic with mmap threshold fix
This commit is contained in:
parent
c133152b87
commit
69fd2b62df
5 changed files with 428 additions and 356 deletions
|
|
@ -528,7 +528,7 @@ impl cosmic::Application for CosmicBluetoothApplet {
|
|||
.request_confirmation
|
||||
.as_ref()
|
||||
.map_or(false, |(dev, _, _)| d.address == dev.address)
|
||||
&& (d.has_name() || d.is_known_device_type())
|
||||
&& (d.has_name() || d.is_known_device_type())
|
||||
}) {
|
||||
let row = row![
|
||||
icon::from_name(dev.icon.as_str()).size(16).symbolic(true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue