mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Share Dialog: Disable workaround for macOS too #6185
This commit is contained in:
parent
2696c520bd
commit
8b45fbfdab
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user