chore:(ags bt): add pointer cursor

This commit is contained in:
matt1432 2024-12-16 00:30:18 -05:00
parent ea06868e39
commit 29c59c3b1f
2 changed files with 1 additions and 1 deletions
nixosModules/ags/config/widgets/bluetooth

View file

@ -109,6 +109,7 @@ export default class DeviceWidget extends Widget.Revealer {
const button = (
<button
cursor="pointer"
onButtonReleaseEvent={() => {
rev.revealChild = !rev.revealChild;
}}