Add setting to control dates comparison on updates

This commit is contained in:
Luis Ángel San Martín
2023-06-07 22:41:31 +02:00
parent 3eb6811b1c
commit 5dac3e1402
3 changed files with 17 additions and 0 deletions

View File

@ -41,6 +41,7 @@ private:
QCheckBox *comicInfoXMLCheckbox;
QSlider *recentIntervalSlider;
QLabel *numDaysLabel;
QCheckBox *compareModifiedDateWhenUpdatingLibrariesCheck;
};
#endif