mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
fix(unified-search): Also show local search on apps management
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
e9dccef474
commit
dd3dcf3703
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ export default defineComponent({
|
|||
*/
|
||||
supportsLocalSearch() {
|
||||
// TODO: Make this an API
|
||||
const providerPaths = ['/settings/users', '/apps/files', '/apps/deck']
|
||||
const providerPaths = ['/settings/users', '/apps/files', '/apps/deck', '/settings/apps']
|
||||
return providerPaths.some((path) => this.currentLocation.pathname?.includes?.(path))
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue