UI: Fix unused variable outside of #if

This commit is contained in:
jp9000
2021-08-10 23:16:42 -07:00
parent 7b9e22e207
commit 57ae92206f
+1 -1
View File
@@ -553,9 +553,9 @@ static inline bool is_external_oauth(const std::string &service)
void AutoConfigStreamPage::reset_service_ui_fields(std::string &service)
{
#if YOUTUBE_ENABLED
// when account is already connected:
OAuthStreamKey *a = reinterpret_cast<OAuthStreamKey *>(auth.get());
#if YOUTUBE_ENABLED
if (a && service == a->service() && IsYouTubeService(a->service())) {
ui->connectedAccountLabel->setVisible(true);
ui->connectedAccountText->setVisible(true);