remove Bluetooth auto-connect notification

This commit is contained in:
notiant
2026-03-05 12:36:53 +01:00
committed by GitHub
parent f02f0785fa
commit 69e54e823c
-6
View File
@@ -628,12 +628,6 @@ Singleton {
Logger.i("Bluetooth", "Auto-connecting to:", devList[i].name || devList[i].deviceName);
connectDeviceWithTrust(devList[i]);
}
if (devList.length > 0) {
ToastService.showNotice(I18n.tr("common.bluetooth"), I18n.tr("toast.bluetooth.auto-connecting", {
count: devList.length
}), "bluetooth");
}
}
function connectDeviceWithTrust(device) {