mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Support custom search in quicklaunch web search
This commit is contained in:
parent
9b8e01971f
commit
1f5912c232
3 changed files with 10 additions and 3 deletions
|
@ -80,7 +80,7 @@ export default function QuickLaunch({servicesAndBookmarks, searchString, setSear
|
|||
newResults.push(
|
||||
{
|
||||
href: searchProvider.url + encodeURIComponent(searchString),
|
||||
name: `${searchProvider.name} ${t("quicklaunch.search")} `,
|
||||
name: `${searchProvider.name ?? t("quicklaunch.custom")} ${t("quicklaunch.search")} `,
|
||||
type: 'search',
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue