SUMMARY There's an option to add new devices from the bluetooth applet, it'd be nice if we could remove them from the applet itself as well. Perhaps a trash icon could be placed between the connect button and the dropdown, or a right click context menu.
Seems reasonable.
Git commit 78b30d0a1c5cc32e240a979f082292e40b28b391 by Nate Graham, on behalf of Andrew Gigena. Committed on 03/01/2026 at 22:41. Pushed by ngraham into branch 'master'. Add forget device functionality to the Bluetooth applet This adds a "Forget" action to the context menu of each device in the Bluetooth applet, allowing the user to remove the device and addressing Bug 434691. The dialog component is shared with the KCM through a new components module, ensuring consistent behavior. FIXED-IN: 6.6.0 M +1 -0 src/CMakeLists.txt M +10 -0 src/applet/qml/DeviceItem.qml M +12 -1 src/applet/qml/FullRepresentation.qml A +11 -0 src/components/CMakeLists.txt R +11 -1 src/components/ForgetDeviceDialog.qml [from: src/kcm/ui/ForgetDeviceDialog.qml - 084% similarity] A +5 -0 src/components/qmldir M +2 -1 src/kcm/ui/Device.qml M +2 -1 src/kcm/ui/ForgetDeviceAction.qml M +2 -1 src/kcm/ui/main.qml https://invent.kde.org/plasma/bluedevil/-/commit/78b30d0a1c5cc32e240a979f082292e40b28b391