mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-20 15:26:09 +01:00
🎨 The Microsoft Store version no longer supports settings automatic launch at boot Fix https://github.com/siyuan-note/siyuan/issues/9373
This commit is contained in:
parent
f1b1fb2f1f
commit
faa6e554af
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import {setKey} from "../sync/syncGuide";
|
|||
export const about = {
|
||||
element: undefined as Element,
|
||||
genHTML: () => {
|
||||
return `<label class="fn__flex b3-label${isBrowser() || "std" !== window.siyuan.config.system.container || "linux" === window.siyuan.config.system.os ? " fn__none" : ""}">
|
||||
return `<label class="fn__flex b3-label${isBrowser() || window.siyuan.config.system.isMicrosoftStore || "std" !== window.siyuan.config.system.container || "linux" === window.siyuan.config.system.os ? " fn__none" : ""}">
|
||||
<div class="fn__flex-1">
|
||||
${window.siyuan.languages.autoLaunch}
|
||||
<div class="b3-label__text">${window.siyuan.languages.autoLaunchTip}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue