From 864bce0cedcca12590cc03541e488b67d8e88900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20K=C3=A9ssler?= Date: Mon, 28 Mar 2022 18:18:26 -0300 Subject: [PATCH] correcciones en la funcion de velocidad doble --- addon/appModules/unigram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/appModules/unigram.py b/addon/appModules/unigram.py index 85d4c0b..4c2be02 100644 --- a/addon/appModules/unigram.py +++ b/addon/appModules/unigram.py @@ -223,7 +223,7 @@ def script_toggleButton(self, gesture): if obj.UIAAutomationId == 'RateButton': obj.doAction() focus.setFocus() - if obj.states == {16777216, 16}: + if obj.states == {16777216, 16} or obj.states == {25, 5}: message(_('Velocidad doble')) else: message(_('velocidad normal'))