Skip to content

Commit

Permalink
🚩 Remove automatic update on Linux #8275 https://ld246.com/article/17…
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 9, 2024
1 parent 15b91ac commit 2bcba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const about = {
${isMac() ? "" : `<option value="2" ${window.siyuan.config.system.autoLaunch2 === 2 ? "selected" : ""}>${window.siyuan.languages.autoLaunchMode2}</option>`}
</select>
</div>
<label class="fn__flex b3-label${isBrowser() || window.siyuan.config.system.isMicrosoftStore || window.siyuan.config.system.container !== "std" ? " fn__none" : ""}">
<label class="fn__flex b3-label${isBrowser() || window.siyuan.config.system.isMicrosoftStore || window.siyuan.config.system.container !== "std" || "linux" === window.siyuan.config.system.os ? " fn__none" : ""}">
<div class="fn__flex-1">
${window.siyuan.languages.autoDownloadUpdatePkg}
<div class="b3-label__text">${window.siyuan.languages.autoDownloadUpdatePkgTip}</div>
Expand Down

0 comments on commit 2bcba5f

Please sign in to comment.