From eed4ffb823af726396f0e150ea4d447f6bdf5fc4 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Tue, 5 May 2020 12:32:15 +0200 Subject: [PATCH] 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 --- src/gui/wizard/owncloudwizard.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/wizard/owncloudwizard.cpp b/src/gui/wizard/owncloudwizard.cpp index baeb008e1..c5a6119a0 100644 --- a/src/gui/wizard/owncloudwizard.cpp +++ b/src/gui/wizard/owncloudwizard.cpp @@ -38,6 +38,7 @@ #include #include #include +#include #include @@ -212,6 +213,7 @@ void OwncloudWizard::successfulStep() break; } + ownCloudGui::raiseDialog(this); next(); } -- 2.30.2