mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
This commit is contained in:
parent
436cab9f68
commit
6f7792fd90
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ export const openGlobalSearch = (text: string, replace: boolean) => {
|
|||
}
|
||||
const tab = new Tab({
|
||||
icon: "iconSearch",
|
||||
title: "",
|
||||
title: window.siyuan.languages.search,
|
||||
callback(tab) {
|
||||
const localData = JSON.parse(localStorage.getItem(Constants.LOCAL_SEARCHEDATA) || "{}");
|
||||
if (!localData.types) {
|
||||
|
|
@ -217,7 +217,7 @@ export const genSearch = (config: ISearchOption, element: Element, closeCB?: ()
|
|||
}
|
||||
const tab = new Tab({
|
||||
icon: "iconSearch",
|
||||
title: "",
|
||||
title: window.siyuan.languages.search,
|
||||
callback(tab) {
|
||||
const asset = new Search({
|
||||
tab,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue