Skip to content

Commit

Permalink
voctogui.lib.presetcontroller: fix state detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed May 19, 2024
1 parent a87f217 commit 459a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctogui/lib/presetcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def on_composite(self, command):
if (
composite.A == cmd.A
and (
composite.composite == 'fs'
cmd.composite == 'fs'
or (
composite.composite == cmd.composite
and composite.B == cmd.B
Expand Down

0 comments on commit 459a0c7

Please sign in to comment.