DolphinQt: Remove the "supported Bluetooth device could not be found" label from ControllersPane.

It just confuses DolphinBar users and isn't relevant these days now that Windows users do not use alternative Bluetooth stacks.
This commit is contained in:
Jordan Woyak
2026-04-14 13:25:44 -05:00
parent 6871428a81
commit 81be0001a9
4 changed files with 1 additions and 23 deletions

View File

@@ -14,13 +14,6 @@ ControllersPane::ControllersPane()
CreateMainLayout();
}
void ControllersPane::showEvent(QShowEvent* event)
{
QWidget::showEvent(event);
m_wiimote_controllers->UpdateBluetoothAvailableStatus();
}
void ControllersPane::CreateMainLayout()
{
auto* const layout = new QVBoxLayout{this};