mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 18:00:50 +00:00
remove redundant if statement
This commit is contained in:
parent
89d0253591
commit
ef10b224d7
@ -193,7 +193,6 @@ class Popup:
|
|||||||
popup[f"COMPRESSOR||SLIDER {param}"].bind(
|
popup[f"COMPRESSOR||SLIDER {param}"].bind(
|
||||||
f"<Alt-{event}-{direction}>", f"||KEY ALT {direction.upper()} {event_id}"
|
f"<Alt-{event}-{direction}>", f"||KEY ALT {direction.upper()} {event_id}"
|
||||||
)
|
)
|
||||||
if param == "RELEASE":
|
|
||||||
popup[f"COMPRESSOR||SLIDER {param}"].bind(
|
popup[f"COMPRESSOR||SLIDER {param}"].bind(
|
||||||
f"<Control-Alt-{event}-{direction}>", f"||KEY CTRL ALT {direction.upper()} {event_id}"
|
f"<Control-Alt-{event}-{direction}>", f"||KEY CTRL ALT {direction.upper()} {event_id}"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user