🔧 chore(modules/bluetooth): also select default adapter on bluetoothctl

This commit is contained in:
retrozinndev
2025-09-25 15:42:48 -03:00
parent 2e8b1f8815
commit e07ef2ef15
3 changed files with 56 additions and 52 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { createPoll } from "ags/time";
import { exec, execAsync } from "ags/process";
import { Accessor, For, getScope, onCleanup, With } from "ags";
import { Accessor, For, getScope, With } from "ags";
import { Astal, Gtk } from "ags/gtk4";
import { getSymbolicIcon } from "./apps";