mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 18:57:37 +01:00
oauth login dialog now supports ESC.
This commit is contained in:
parent
252e42fbbd
commit
3a3c7157b9
@ -41,6 +41,7 @@ void OAuthLogin::login(const QString& consentPageUrl, const QString& redirect_ur
|
||||
|
||||
m_redirectUri = redirect_uri;
|
||||
m_ui.m_loginPage->setUrl(QUrl(consentPageUrl));
|
||||
m_ui.m_buttonBox->setFocus();
|
||||
exec();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user