mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #44823 from nextcloud/fix-opening-remote-shares-dialog-even-if-notifications-is-available
[stable27] Fix opening "Remote shares" dialog even if Notifications is available
This commit is contained in:
commit
73da60d1aa
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
this.filesApp = filesApp;
|
||||
this.processIncomingShareFromUrl();
|
||||
|
||||
if (!$('#header').find('div.notifications').length) {
|
||||
if (!('notifications' in OC.appswebroots)) {
|
||||
// No notification app, display the modal
|
||||
this.processSharesToConfirm();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue