mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Raise the share window to make sure that the user sees it
This commit is contained in:
parent
9579102541
commit
a955defae5
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
|
|||
ShareDialog *w = new ShareDialog(account, sharePath, localPath);
|
||||
w->getShares();
|
||||
w->setAttribute( Qt::WA_DeleteOnClose, true );
|
||||
w->show();
|
||||
raiseDialog(w);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue