Merge pull request #7059 from nextcloud/fix-file-sharing-picker
This commit is contained in:
@@ -42,5 +42,7 @@ export default {
|
||||
|
||||
})
|
||||
},
|
||||
condition: self => true,
|
||||
condition: self => {
|
||||
return !!OC.appswebroots.deck
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user