Skip to content

Commit

Permalink
correcciones en la funcion de velocidad doble
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardKessler committed Mar 28, 2022
1 parent 56679f2 commit 864bce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/appModules/unigram.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 864bce0

Please sign in to comment.