fix: Properly handle wifi and bluetooth turned on and off

This commit is contained in:
Fabio Lenherr / DashieTM 2023-12-19 21:38:35 +01:00
parent e1be42a55d
commit 8796abb08f
9 changed files with 47 additions and 27 deletions

View file

@ -1,13 +1,13 @@
[package]
name = "reset"
version = "0.1.6"
version = "0.1.8"
edition = "2021"
description = "A wip universal Linux settings application."
repository = "https://github.com/Xetibo/ReSet"
license = "GPL-3.0-only"
[dependencies]
reset_daemon = "0.7.1"
reset_daemon = "0.7.2"
re_set-lib = "0.8.7"
adw = { version = "0.5.3", package = "libadwaita", features = ["v1_4"] }
dbus = "0.9.7"