mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 12:26:26 +00:00
fix: fixes #1
This commit is contained in:
@ -87,6 +87,7 @@ class OcrQueue(Ui_OcrQueue, QWidget):
|
|||||||
self.__firstResizeDone = True
|
self.__firstResizeDone = True
|
||||||
|
|
||||||
def ocrStarted(self):
|
def ocrStarted(self):
|
||||||
|
if self.model().rowCount() > 0:
|
||||||
self.setOcrButtonsEnabled(False)
|
self.setOcrButtonsEnabled(False)
|
||||||
|
|
||||||
def updateProgressBarMaximum(self):
|
def updateProgressBarMaximum(self):
|
||||||
|
Reference in New Issue
Block a user