зеркало из https://github.com/nextcloud/desktop.git
WebFlowCredentialsDialog: Bring re-auth dialog to top (raise) on error
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Родитель
a69aed80e6
Коммит
b6b04aeff8
|
@ -82,6 +82,9 @@ void WebFlowCredentialsDialog::setInfo(const QString &msg) {
|
|||
}
|
||||
|
||||
void WebFlowCredentialsDialog::setError(const QString &error) {
|
||||
// bring window to top
|
||||
slotShowSettingsDialog();
|
||||
|
||||
if (_useFlow2 && _flow2AuthWidget) {
|
||||
_flow2AuthWidget->setError(error);
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче