mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🐛 The access authorization code setting item is not displayed on the mobile APP Fix https://github.com/siyuan-note/siyuan/issues/9346
This commit is contained in:
parent
18d4c5800c
commit
a2322d89ff
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export const initAbout = () => {
|
|||
<div class="fn__hr"></div>
|
||||
<div class="b3-label__text">${window.siyuan.languages.about18}</div>
|
||||
</div>
|
||||
<div class="b3-label${(window.siyuan.config.readonly || isBrowser()) ? " fn__none" : ""}">
|
||||
<div class="b3-label${((window.siyuan.config.readonly || isBrowser()) && !isInIOS() && !isInAndroid()) ? " fn__none" : ""}">
|
||||
${window.siyuan.languages.about5}
|
||||
<div class="fn__hr"></div>
|
||||
<button class="b3-button b3-button--outline fn__block" id="authCode">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue