Skip to content

Commit 3176740

Browse files
committedApr 28, 2024
1 parent 4836292 commit 3176740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/src/config/about.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const about = {
8080
<input class="b3-switch fn__flex-center" id="lockScreenMode" type="checkbox"${window.siyuan.config.system.lockScreenMode === 1 ? " checked" : ""}>
8181
</label>
8282
</div>
83-
<div class="b3-label config__item${(isBrowser() && !isInAndroid()) ? " fn__none" : " fn__flex"}">
83+
<div class="b3-label config__item${(isBrowser() && !isInAndroid() && !isInIOS()) ? " fn__none" : " fn__flex"}">
8484
<div class="fn__flex-1">
8585
${window.siyuan.languages.about2}
8686
<div class="b3-label__text">${window.siyuan.languages.about3.replace("${port}", location.port)}</div>

0 commit comments

Comments
 (0)