diff --git a/qt/OpenRGBDialog2.cpp b/qt/OpenRGBDialog2.cpp index c9a8a9f9..856813f5 100644 --- a/qt/OpenRGBDialog2.cpp +++ b/qt/OpenRGBDialog2.cpp @@ -661,6 +661,7 @@ void OpenRGBDialog2::UpdateDevicesList() } ui->DevicesTabBar->tabBar()->setTabButton(ui->DevicesTabBar->count() - 1, QTabBar::LeftSide, NewTabLabel); + ui->DevicesTabBar->tabBar()->setTabToolTip(ui->DevicesTabBar->count() - 1, QString::fromStdString(controllers[controller_idx]->name)); /*-----------------------------------------------------*\ | Now move the new tab to the correct position | @@ -727,6 +728,7 @@ void OpenRGBDialog2::UpdateDevicesList() } ui->InformationTabBar->tabBar()->setTabButton(ui->InformationTabBar->count() - 1, QTabBar::LeftSide, NewTabLabel); + ui->InformationTabBar->tabBar()->setTabToolTip(ui->InformationTabBar->count() - 1, QString::fromStdString(controllers[controller_idx]->name)); /*-----------------------------------------------------*\ | Now move the new tab to the correct position |