Fix call to check_api
This commit is contained in:
parent
0a2340b6dc
commit
f72c0c8224
@ -106,7 +106,7 @@ def generate_api_widgets(
|
||||
btn = QtWidgets.QPushButton("Test API")
|
||||
layout.addWidget(btn, btn_test_row, 2)
|
||||
# partial is used as connect will pass in event information
|
||||
btn.clicked.connect(partial(call_check_api, tab=TalkerTab, talker=talker))
|
||||
btn.clicked.connect(partial(call_check_api, tab=widgets, talker=talker))
|
||||
|
||||
|
||||
def generate_checkbox(option: settngs.Setting, layout: QtWidgets.QGridLayout) -> QtWidgets.QCheckBox:
|
||||
|
Loading…
x
Reference in New Issue
Block a user