Share Dialog: Disable workaround for macOS too #6185

This commit is contained in:
Markus Goetz 2018-04-25 19:31:06 +02:00
parent 2696c520bd
commit 8b45fbfdab

View File

@ -1041,12 +1041,6 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
return;
}
#ifdef Q_OS_MAC
// For https://github.com/owncloud/client/issues/3783
// see also #6185, #3015
_settingsDialog->hide();
#endif
const auto accountState = folder->accountState();
SyncJournalFileRecord fileRecord;