add new highlight dialog

This commit is contained in:
2023-01-22 09:11:01 +01:00
parent bdac446d51
commit e8fe759f70
6 changed files with 201 additions and 4 deletions

View File

@@ -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