Select the main tab by default, not the fan tab

This commit is contained in:
Adam Honse
2020-06-23 23:04:12 -05:00
parent 9a960a7d48
commit 73051af251

View File

@@ -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()