1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-17 23:13:03 +08:00

fix(ALMainWindow): fix the wrong use of function 'setControlButtons'

This commit is contained in:
2025-12-12 23:51:54 +08:00
parent bfce61f4b4
commit 7dcd72939b
+1 -1
View File
@@ -405,7 +405,7 @@ class ALMainWindow(QMainWindow, Ui_ALMainWindow):
self.__auto_lib_thread.finishedSignal.disconnect(self.onStopButtonClicked)
self.__auto_lib_thread.deleteLater()
self.__auto_lib_thread = None
self.setControlButtons(True, True, False)
self.setControlButtons(True, False, True)
@Slot()
def onSendButtonClicked(