refactor(bluetooth): integrate cosmic-settings-subscriptions
This commit is contained in:
parent
a7be043ebe
commit
2f4e7a5a81
6 changed files with 152 additions and 1121 deletions
|
|
@ -87,7 +87,7 @@ async-fn-stream = "0.2.2"
|
|||
[dependencies.cosmic-settings-subscriptions]
|
||||
git = "https://github.com/pop-os/cosmic-settings-subscriptions"
|
||||
#TODO: only select features as needed
|
||||
features = ["network_manager", "pipewire", "pulse"]
|
||||
features = ["network_manager", "pipewire", "pulse", "bluetooth"]
|
||||
optional = true
|
||||
|
||||
[dependencies.icu]
|
||||
|
|
@ -128,7 +128,7 @@ linux = [
|
|||
|
||||
# Pages
|
||||
page-about = ["dep:cosmic-settings-system", "dep:hostname1-zbus", "dep:zbus"]
|
||||
page-bluetooth = ["dep:bluez-zbus", "dep:zbus"]
|
||||
page-bluetooth = ["dep:bluez-zbus", "dep:zbus", "dep:cosmic-settings-subscriptions"]
|
||||
page-date = ["dep:timedate-zbus", "dep:zbus"]
|
||||
page-default-apps = ["dep:mime-apps"]
|
||||
page-input = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue