mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
ribbon widgets titles show associated keyboard shortcuts
This commit is contained in:
@@ -39,6 +39,10 @@ export default class PromotedAttributesWidget extends NoteContextAwareWidget {
|
||||
return "promotedAttributes";
|
||||
}
|
||||
|
||||
get toggleCommand() {
|
||||
return "toggleRibbonTabPromotedAttributes";
|
||||
}
|
||||
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
this.contentSized();
|
||||
|
||||
Reference in New Issue
Block a user