mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Shibboleth: Move browser window to the offset of the setup wizard
This commit is contained in:
parent
9c70ee68d2
commit
36cd9d9ced
@ -45,6 +45,7 @@ void OwncloudShibbolethCredsPage::setupBrowser()
|
||||
connect(_browser, SIGNAL(otherCookiesReceived(QList<QNetworkCookie>, QUrl)),
|
||||
this, SLOT(slotOtherCookiesReceived(QList<QNetworkCookie>, QUrl)));
|
||||
|
||||
_browser->move(ocWizard->x(), ocWizard->y());
|
||||
_browser->show();
|
||||
_browser->setFocus();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user