Disable checkboxes when the complicated parser is not used
This commit is contained in:
parent
9a95adf47d
commit
9eae71fb62
@ -367,6 +367,8 @@ class SettingsWindow(QtWidgets.QDialog):
|
||||
self.cbxRemoveC2C.setEnabled(complicated)
|
||||
self.cbxRemoveFCBD.setEnabled(complicated)
|
||||
self.cbxRemovePublisher.setEnabled(complicated)
|
||||
self.cbxProtofoliusIssueNumberScheme.setEnabled(complicated)
|
||||
self.cbxAllowIssueStartWithLetter.setEnabled(complicated)
|
||||
self.filename_parser_test()
|
||||
|
||||
def settings_to_form(self) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user