Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion streamdeck_ui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def build_buttons(ui, tab) -> None:
# Note that the button click event captures the ui variable, the current button
# and all the other buttons
for button in buttons:
button.clicked.connect(lambda button=button, buttons=buttons: button_clicked(ui, button, buttons))
button.clicked.connect(lambda _checked, button=button, buttons=buttons: button_clicked(ui, button, buttons))


def export_config(window) -> None:
Expand Down