Make non-Windows pairing dialog appearance depend on HAS_BLUEZ instead of OS

This commit is contained in:
capitalistspz 2025-05-28 10:54:56 +01:00
parent 449f12ea88
commit 2e46547f3a

View file

@ -225,7 +225,7 @@ void PairingDialog::WorkerThread()
BluetoothFindDeviceClose(deviceFind); BluetoothFindDeviceClose(deviceFind);
} }
} }
#elif BOOST_OS_LINUX #elif defined(HAS_BLUEZ)
void PairingDialog::WorkerThread() void PairingDialog::WorkerThread()
{ {
constexpr static uint8_t LIAC_LAP[] = {0x00, 0x8b, 0x9e}; constexpr static uint8_t LIAC_LAP[] = {0x00, 0x8b, 0x9e};