From 0248ac73f511a91ae125c07f6fd2ac8d874981a2 Mon Sep 17 00:00:00 2001 From: HorridModz <105762560+HorridModz@users.noreply.github.com> Date: Mon, 21 Aug 2023 00:36:54 -0700 Subject: [PATCH] [Untested] Change "" to dynamically say action keyword #1 THIS IS UNTESTED, because it's just a quick fix I made after developing my own plugin and realizing there's a better way. Instead of saying "", dynamically get the hotkey (action keyword) and say that. --- plugin/general_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/general_converter.py b/plugin/general_converter.py index c37e528..326aecd 100644 --- a/plugin/general_converter.py +++ b/plugin/general_converter.py @@ -23,7 +23,7 @@ def query(self, query): self.add_item( title=_("General Converter"), subtitle=_( - " " + f"{query.ActionKeyword} " ), ) if self.settings.get("show_helper_text"):