mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 02:34:20 +01:00
This commit is contained in:
parent
c49905a428
commit
be2c07b83c
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ export class App {
|
|||
setTitle(window.siyuan.languages.siyuanNote);
|
||||
initMessage();
|
||||
/// #if BROWSER && !MOBILE
|
||||
if (!isChromeBrowser()) {
|
||||
if ((window.siyuan.config.readonly || window.siyuan.isPublish) && !isChromeBrowser()) {
|
||||
showMessage(window.siyuan.languages.useChrome, 0, "error");
|
||||
}
|
||||
/// #endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue