| 1121 | } |
| 1122 | |
| 1123 | void OpenRGBDialog2::AddServerTab() |
| 1124 | { |
| 1125 | /*-----------------------------------------------------*\ |
| 1126 | | Add server information tab if there is a server | |
| 1127 | \*-----------------------------------------------------*/ |
| 1128 | OpenRGBServerInfoPage *ServerInfoPage = new OpenRGBServerInfoPage(ResourceManager::get()->GetServer()); |
| 1129 | ServerInfoPage->setObjectName(QString("SDK Server")); |
| 1130 | ui->MainTabBar->insertTab(2, ServerInfoPage, tr("SDK Server")); |
| 1131 | } |
| 1132 | |
| 1133 | void OpenRGBDialog2::ClearDevicesList() |
| 1134 | { |