UI: Fix compilation with browser disabled

master
gxalpha 2022-07-06 19:48:27 +02:00
parent d940f21457
commit 2dd1a3fc6f
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ void YoutubeAuth::SetChatId(const QString &chat_id,
chat->SetApiChatId(api_chat_id);
}
#else
UNUSED_PARAMETER(chat_id, api_chat_id);
UNUSED_PARAMETER(chat_id);
UNUSED_PARAMETER(api_chat_id);
#endif
}