mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-24 14:35:01 -04:00
Select the main tab by default, not the fan tab
This commit is contained in:
@@ -1164,6 +1164,12 @@ void OpenRGBDialog2::ClearDevicesList()
|
||||
ui->InformationTabBar->removeTab(tab_idx);
|
||||
}
|
||||
}
|
||||
|
||||
for(int tab_idx = 0; tab_idx < ui->FanTabBar->count(); tab_idx++)
|
||||
{
|
||||
delete ui->FanTabBar->widget(tab_idx);
|
||||
}
|
||||
ui->FanTabBar->clear();
|
||||
}
|
||||
|
||||
void OpenRGBDialog2::UpdateDevicesList()
|
||||
|
||||
Reference in New Issue
Block a user