fix(bluetooth): remove cog next to toggle

This makes the page behave as if the settings cog toggle is always enabled.
This commit is contained in:
Vukašin Vojinović 2024-12-04 03:25:56 +01:00 committed by Ashley Wulber
parent 3ee44da4b6
commit d01e0d85fb
3 changed files with 34 additions and 94 deletions

6
Cargo.lock generated
View file

@ -3993,9 +3993,9 @@ dependencies = [
[[package]]
name = "io-lifetimes"
version = "2.0.3"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
[[package]]
name = "is_terminal_polyfill"
@ -7775,7 +7775,7 @@ checksum = "c89532cc712a2adb119eb4d09694b402576052254d0bb284f82ac1c47fb786ad"
dependencies = [
"bitflags 2.6.0",
"downcast-rs",
"io-lifetimes 2.0.3",
"io-lifetimes 2.0.4",
"rustix 0.38.41",
"wayland-backend",
"wayland-scanner",