replace open document icon with my own custom icon
This commit is contained in:
@@ -23,7 +23,7 @@ class OpenFilePlugin(PluginBase):
|
||||
|
||||
def _action_open_file(self) -> RAction:
|
||||
open_file = RAction(_("&Open..."), self._open_file_dialog, shortcut='Ctrl+O',
|
||||
icon_from_theme="document-open")
|
||||
icon_file="icons/myicons/folder-outline.svg")
|
||||
return open_file
|
||||
|
||||
def _sub_menu_recent_files(self) -> RMenu:
|
||||
|
||||
Reference in New Issue
Block a user