projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6347aee
)
Share Dialog: Disable workaround for macOS too #6185
author
Markus Goetz
<markus@woboq.com>
Wed, 25 Apr 2018 17:31:06 +0000
(19:31 +0200)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:57:52 +0000
(10:57 +0100)
src/gui/owncloudgui.cpp
patch
|
blob
|
history
diff --git
a/src/gui/owncloudgui.cpp
b/src/gui/owncloudgui.cpp
index 07b69259850e7704a8902bbac343059e82b5fccc..c1374ea09d2963196a81fe43db2e27176ec75660 100644
(file)
--- a/
src/gui/owncloudgui.cpp
+++ b/
src/gui/owncloudgui.cpp
@@
-621,11
+621,6
@@
void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
return;
}
- // For https://github.com/owncloud/client/issues/3783
- if (_settingsDialog) {
- _settingsDialog->hide();
- }
-
const auto accountState = folder->accountState();
const QString file = localPath.mid(folder->cleanPath().length() + 1);