mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
@@ -470,6 +470,8 @@ void OBSBasicSettings::on_service_currentIndexChanged(int)
|
||||
ui->serverStackedWidget->setCurrentIndex(0);
|
||||
}
|
||||
|
||||
auth.reset();
|
||||
|
||||
if (!main->auth) {
|
||||
return;
|
||||
}
|
||||
@@ -482,7 +484,6 @@ void OBSBasicSettings::on_service_currentIndexChanged(int)
|
||||
IsYouTubeService(service);
|
||||
#endif
|
||||
if (service_check) {
|
||||
auth.reset();
|
||||
auth = main->auth;
|
||||
OnAuthConnected();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user