Share Dialog: Disable workaround for macOS too #6185

This commit is contained in:
Markus Goetz 2018-04-25 19:31:06 +02:00 committed by Kevin Ottens
parent 6347aeeed2
commit 215afba89e
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -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);