mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-11-14 08:22:14 +00:00
feat: update button in ProjectEntry_Manage
This commit is contained in:
@ -37,6 +37,10 @@ class ProjectEntry_Manage(Ui_ProjectEntry_Manage, QWidget):
|
||||
)
|
||||
)
|
||||
|
||||
@Slot()
|
||||
def on_updateButton_clicked(self):
|
||||
self.updateLabels()
|
||||
|
||||
def setAbort(self, b: bool):
|
||||
self.abort = b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user