mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
ribbon widgets titles show associated keyboard shortcuts
This commit is contained in:
@@ -66,6 +66,10 @@ export default class NoteInfoWidget extends NoteContextAwareWidget {
|
||||
return "noteInfo";
|
||||
}
|
||||
|
||||
get toggleCommand() {
|
||||
return "toggleRibbonTabNoteInfo";
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return this.note;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user