mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
ribbon widgets titles show associated keyboard shortcuts
This commit is contained in:
@@ -35,6 +35,10 @@ export default class SimilarNotesWidget extends NoteContextAwareWidget {
|
||||
return "similarNotes";
|
||||
}
|
||||
|
||||
get toggleCommand() {
|
||||
return "toggleRibbonTabSimilarNotes";
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return super.isEnabled()
|
||||
&& this.note.type !== 'search'
|
||||
|
||||
Reference in New Issue
Block a user