mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Wizard: Raise own window
The OAuth authentication brings the broweser to the front, once thats done the wizard continues. But the wizard ist now most probably hidden behind the browser
This commit is contained in:
parent
baff0a6986
commit
eed4ffb823
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
#include <QtCore>
|
||||
#include <QtGui>
|
||||
#include <QMessageBox>
|
||||
#include <owncloudgui.h>
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
|
@ -212,6 +213,7 @@ void OwncloudWizard::successfulStep()
|
|||
break;
|
||||
}
|
||||
|
||||
ownCloudGui::raiseDialog(this);
|
||||
next();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue