mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
ribbon widgets titles show associated keyboard shortcuts
This commit is contained in:
@@ -40,6 +40,10 @@ export default class NotePathsWidget extends NoteContextAwareWidget {
|
||||
return "notePaths";
|
||||
}
|
||||
|
||||
get toggleCommand() {
|
||||
return "toggleRibbonTabNotePaths";
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return this.note;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user