Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2020-07-14 07:34:04 +0300
committerMichael Schuster <michael@schuster.ms>2020-10-21 20:29:28 +0300
commita618b3213986d74b452d1d806dd9a1a4cb076817 (patch)
tree7365134f45d69f3e8ac0dc7b0249febb09a0f646 /src/gui
parent6976580e93eac96bfc54e0b487cfaa5936897160 (diff)
Fix display issue with raising Share dialogs while Settings are open
Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/owncloudgui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index bf77113f4..479e01a6b 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -654,9 +654,6 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
return;
}
- // For https://github.com/owncloud/client/issues/3783
- _settingsDialog->hide();
-
const auto accountState = folder->accountState();
const QString file = localPath.mid(folder->cleanPath().length() + 1);