Wizard: Raise own window
authorHannah von Reth <hannah.vonreth@owncloud.com>
Tue, 5 May 2020 10:32:15 +0000 (12:32 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:11 +0000 (10:59 +0100)
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

src/gui/wizard/owncloudwizard.cpp

index baeb008e1abedf41038cb8979f378164a4d99bdd..c5a6119a0f304111a9ec11c603bad8e407a63b1b 100644 (file)
@@ -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();
 }