mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Share Dialog: Disable workaround for macOS too #6185
This commit is contained in:
parent
6347aeeed2
commit
215afba89e
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue