diff --git a/resources/binaries b/resources/binaries index e9833a2e4..d44aacc99 160000 --- a/resources/binaries +++ b/resources/binaries @@ -1 +1 @@ -Subproject commit e9833a2e45d8d3241f662d3a03ed19d3446386ce +Subproject commit d44aacc99fdc997648c924f0d5444566164f142e diff --git a/src/services/inoreader/gui/formeditinoreaderaccount.cpp b/src/services/inoreader/gui/formeditinoreaderaccount.cpp index 99e36ca0d..86f8e0401 100755 --- a/src/services/inoreader/gui/formeditinoreaderaccount.cpp +++ b/src/services/inoreader/gui/formeditinoreaderaccount.cpp @@ -59,11 +59,6 @@ void FormEditInoreaderAccount::testSetup() { tr("You are already logged in."), tr("Access granted.")); } - else { - m_ui.m_lblTestResult->setStatus(WidgetWithStatus::StatusType::Progress, - tr("Requested access approval. Respond to it, please."), - tr("Access approval was requested via OAuth 2.0 protocol.")); - } } void FormEditInoreaderAccount::onClickedOk() {