Update PPOCRLabel.py

This commit is contained in:
Evezerest 2020-11-25 20:11:31 +08:00 committed by GitHub
parent 1def9f4ddc
commit 1147521631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ class MainWindow(QMainWindow, WindowMixin):
zoomIn, zoomOut, zoomOrg, None,
fitWindow, fitWidth))
addActions(self.menus.autolabel, (alcm, saveRec, None, help))
addActions(self.menus.autolabel, (saveRec, None, help)) # alcm,
self.menus.file.aboutToShow.connect(self.updateFileMenu)