Share Dialog: Disable workaround for macOS too #6185
authorMarkus Goetz <markus@woboq.com>
Wed, 25 Apr 2018 17:31:06 +0000 (19:31 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:57:52 +0000 (10:57 +0100)
src/gui/owncloudgui.cpp

index 07b69259850e7704a8902bbac343059e82b5fccc..c1374ea09d2963196a81fe43db2e27176ec75660 100644 (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);