forked from openlp/openlp
Add can_shortcuts=True to menu entry action.
This commit is contained in:
parent
9bcdb79e7b
commit
2f21ea2f46
@ -153,7 +153,7 @@ class SongsPlugin(Plugin):
|
|||||||
text=translate('SongsPlugin', 'Find &Duplicate Songs'),
|
text=translate('SongsPlugin', 'Find &Duplicate Songs'),
|
||||||
statustip=translate('SongsPlugin',
|
statustip=translate('SongsPlugin',
|
||||||
'Find and remove duplicate songs in the song database.'),
|
'Find and remove duplicate songs in the song database.'),
|
||||||
visible=False, triggers=self.on_tools_find_duplicates_triggered)
|
visible=False, triggers=self.on_tools_find_duplicates_triggered, can_shortcuts=True)
|
||||||
tools_menu.addAction(self.tools_find_duplicates)
|
tools_menu.addAction(self.tools_find_duplicates)
|
||||||
|
|
||||||
def onToolsReindexItemTriggered(self):
|
def onToolsReindexItemTriggered(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user