mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c575d47f0e
@ -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…
x
Reference in New Issue
Block a user