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