From 98768888b1db60819e1e77d8c7bef9a375e6ad30 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 27 Apr 2024 16:41:14 +0800 Subject: [PATCH] :recycle: https://github.com/siyuan-note/siyuan/issues/10926 --- app/src/protyle/header/Background.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/protyle/header/Background.ts b/app/src/protyle/header/Background.ts index b994d20d2..56ada3248 100644 --- a/app/src/protyle/header/Background.ts +++ b/app/src/protyle/header/Background.ts @@ -112,7 +112,7 @@ export class Background { - + @@ -268,7 +268,7 @@ export class Background { html += `
`; }); const dialog = new Dialog({ - title: window.siyuan.languages.random, + title: window.siyuan.languages.builtIn, content: `
${html}
`, width: isMobile() ? "92vw" : "912px", height: isMobile() ? "80vh" : "70vh", @@ -452,7 +452,7 @@ export class Background { html += `
${item}
`; }); this.tagsElement.innerHTML = `${html} -` +` this.tagsElement.classList.remove("fn__none") this.actionElements[0].classList.add("fn__none") } else {