Browse Source

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>
pull/41609/head
Ferdinand Thiessen 1 week ago
parent
commit
dd3dcf3703
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/src/views/UnifiedSearch.vue

+ 1
- 1
core/src/views/UnifiedSearch.vue View File

@@ -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…
Cancel
Save