add new highlight dialog
This commit is contained in:
@@ -93,9 +93,8 @@ class MainWindow(QMainWindow):
|
||||
|
||||
def _action_highlighter(self):
|
||||
manage = RAction(
|
||||
_("&Highlighter"),
|
||||
action=lambda: HighlightingDialog(self.settings).exec(),
|
||||
shortcut='Ctrl+H'
|
||||
_("&Old Highlighter"),
|
||||
action=lambda: HighlightingDialog(self.settings).exec()
|
||||
)
|
||||
return manage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user