use better control for bluetooth

This commit is contained in:
end-4
2025-05-30 08:38:37 +02:00
parent fc75ae4b63
commit 7966a8dadf
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ Singleton {
}
property QtObject apps: QtObject {
property string bluetooth: "blueberry"
property string bluetooth: "better-control --bluetooth"
property string imageViewer: "loupe"
property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
@@ -8,5 +8,5 @@ depends=(
polkit-gnome
gnome-keyring
gnome-control-center
blueberry networkmanager
networkmanager better-control-git
)