mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c575d47f0e
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ export default class LeftPaneToggleWidget extends ButtonWidget {
|
|||
: "bx-chevrons-right";
|
||||
|
||||
this.settings.title = isLeftPaneVisible
|
||||
? "Hide panel."
|
||||
: "Open panel.";
|
||||
? "Hide panel"
|
||||
: "Open panel";
|
||||
|
||||
this.settings.command = isLeftPaneVisible
|
||||
? "hideLeftPane"
|
||||
|
|
Loading…
Reference in a new issue