mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
47a14841d8
commit
c968bc1216
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export class Gutter {
|
|||
private gutterTip: string;
|
||||
|
||||
constructor(protyle: IProtyle) {
|
||||
if (!isMac()) {
|
||||
if (isMac()) {
|
||||
this.gutterTip = window.siyuan.languages.gutterTip;
|
||||
} else {
|
||||
this.gutterTip = window.siyuan.languages.gutterTip.replace("⌥→", updateHotkeyTip(window.siyuan.config.keymap.general.enter.custom))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue