We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69fd04 commit dc656d8Copy full SHA for dc656d8
app/src/config/util/snippets.ts
@@ -197,7 +197,7 @@ const genSnippet = (options: ISnippet) => {
197
<div class="fn__flex">
198
<input type="text" class="fn__size200 b3-text-field" placeholder="${window.siyuan.languages.title}">
199
<div class="fn__space"></div>
200
- <label class="fn__flex">
+ <label class="fn__flex${window.siyuan.config.publish.enable ? "" : " fn__none"}">
201
<input data-type="disabledInPublish" type="checkbox" class="b3-switch fn__flex-center" ${options.disabledInPublish ? "" : " checked"}>
202
203
<span class="fn__flex-center">${window.siyuan.languages.publishService}</span>
0 commit comments