mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 18:24:21 +01:00
This commit is contained in:
parent
62c1fbfed7
commit
e555d36133
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 ((window.siyuan.config.readonly || window.siyuan.isPublish) && !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