add custom icon for notes plugin menu item
This commit is contained in:
@@ -22,7 +22,7 @@ class NotesPlugin(PluginBase):
|
||||
|
||||
def _add_notes_tab_action(self) -> RAction:
|
||||
open_file = RAction(_("&Notes"), self._add_notes_tab, shortcut='Ctrl+Shift+N',
|
||||
icon_from_theme="filenew")
|
||||
icon_file="icons/myicons/notes.svg")
|
||||
return open_file
|
||||
|
||||
def _add_notes_tab(self):
|
||||
|
||||
Reference in New Issue
Block a user