diff --git a/UI/window-basic-settings-stream.cpp b/UI/window-basic-settings-stream.cpp index 01c13db03..68c0b9a72 100644 --- a/UI/window-basic-settings-stream.cpp +++ b/UI/window-basic-settings-stream.cpp @@ -604,6 +604,8 @@ void OBSBasicSettings::OnOAuthStreamKeyConnected() ui->bandwidthTestEnable->setVisible(true); ui->twitchAddonLabel->setVisible(true); ui->twitchAddonDropdown->setVisible(true); + } else { + ui->bandwidthTestEnable->setChecked(false); } #if YOUTUBE_ENABLED if (IsYouTubeService(a->service())) { @@ -618,7 +620,6 @@ void OBSBasicSettings::OnOAuthStreamKeyConnected() get_yt_ch_title(ui.get()); } #endif - ui->bandwidthTestEnable->setChecked(false); } ui->streamStackWidget->setCurrentIndex((int)Section::StreamKey);