We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4836292 commit 3176740Copy full SHA for 3176740
app/src/config/about.ts
@@ -80,7 +80,7 @@ export const about = {
80
<input class="b3-switch fn__flex-center" id="lockScreenMode" type="checkbox"${window.siyuan.config.system.lockScreenMode === 1 ? " checked" : ""}>
81
</label>
82
</div>
83
-<div class="b3-label config__item${(isBrowser() && !isInAndroid()) ? " fn__none" : " fn__flex"}">
+<div class="b3-label config__item${(isBrowser() && !isInAndroid() && !isInIOS()) ? " fn__none" : " fn__flex"}">
84
<div class="fn__flex-1">
85
${window.siyuan.languages.about2}
86
<div class="b3-label__text">${window.siyuan.languages.about3.replace("${port}", location.port)}</div>
0 commit comments