Compare commits

...

2 Commits

Author SHA1 Message Date
Timmy Welch
9eae71fb62 Disable checkboxes when the complicated parser is not used 2024-03-09 13:07:49 -08:00
Timmy Welch
9a95adf47d Bump comicfn2dict 2024-03-09 13:02:02 -08:00
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -37,7 +37,7 @@ install_requires =
appdirs==1.4.4
beautifulsoup4>=4.1
chardet>=5.1.0,<6
comicfn2dict>=0.2.0
comicfn2dict>=0.2.1
importlib-metadata>=3.3.0
isocodes>=2023.11.26
natsort>=8.1.0