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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user