Add a GUI option to select a bluetooth device

This commit is contained in:
Joshua Vandaële 2025-02-28 08:07:17 +01:00
parent 826625c7be
commit 4773a6f323
No known key found for this signature in database
GPG key ID: 5E8F4E7EDBD390EA
8 changed files with 227 additions and 22 deletions

View file

@ -27,6 +27,7 @@ void ControllersWindow::showEvent(QShowEvent* event)
{
QDialog::showEvent(event);
m_wiimote_controllers->UpdateBluetoothAvailableStatus();
m_wiimote_controllers->RefreshBluetoothAdapters();
}
void ControllersWindow::CreateMainLayout()