mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Share dialog: Hide settings dialog before showing #3783
This commit is contained in:
parent
ca95276298
commit
c09b4e1477
@ -765,6 +765,10 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
|
||||
qDebug() << "Could not open share dialog for" << localPath << "no responsible folder found";
|
||||
return;
|
||||
}
|
||||
|
||||
// For https://github.com/owncloud/client/issues/3783
|
||||
_settingsDialog->hide();
|
||||
|
||||
const auto accountState = folder->accountState();
|
||||
|
||||
qDebug() << Q_FUNC_INFO << "Opening share dialog" << sharePath << localPath;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user