mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
fe3ff881b9
commit
23dabc94e8
1 changed files with 2 additions and 2 deletions
|
|
@ -714,8 +714,8 @@ export const openMenu = (app: App, src: string, onlyMenu: boolean, showAccelerat
|
||||||
const submenu = [];
|
const submenu = [];
|
||||||
/// #if MOBILE
|
/// #if MOBILE
|
||||||
submenu.push({
|
submenu.push({
|
||||||
id: isInAndroid() || isInHarmony() ? "useDefault" : "useBrowserView",
|
id: isInAndroid() ? "useDefault" : "useBrowserView",
|
||||||
label: isInAndroid() || isInHarmony() ? window.siyuan.languages.useDefault : window.siyuan.languages.useBrowserView,
|
label: isInAndroid() ? window.siyuan.languages.useDefault : window.siyuan.languages.useBrowserView,
|
||||||
accelerator: showAccelerator ? window.siyuan.languages.click : "",
|
accelerator: showAccelerator ? window.siyuan.languages.click : "",
|
||||||
click: () => {
|
click: () => {
|
||||||
openByMobile(src);
|
openByMobile(src);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue