Update options.py

This commit is contained in:
Zhang JiYong 2021-03-06 00:46:42 +08:00 committed by GitHub
parent 48943c19a5
commit a4620817b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class OptionsDialog(Dialog):
''' '''
__slot__ = [ __slot__ = [
'begore_build', 'before_build',
'after_build' 'after_build'
] ]
_signal = pyqtSignal(str) _signal = pyqtSignal(str)