mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-30 00:55:16 +01:00
fix debug line
This commit is contained in:
parent
1fb64ae544
commit
5d6484a657
@ -332,7 +332,7 @@ void OAuth2Service::retrieveAuthCode() {
|
||||
m_id);
|
||||
|
||||
// We run login URL in external browser, response is caught by light HTTP server.
|
||||
if (qApp->web()->openUrlInExternalBrowser(auth_url)) {
|
||||
if (!qApp->web()->openUrlInExternalBrowser(auth_url)) {
|
||||
MessageBox::show(qApp->mainFormWidget(),
|
||||
QMessageBox::Icon::Question,
|
||||
tr("Navigate to website"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user