mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add setting to control what "recent" is considered.
This commit is contained in:
@ -24,6 +24,7 @@ private slots:
|
||||
void backgroundImageOpacitySliderChanged(int value);
|
||||
void backgroundImageBlurRadiusSliderChanged(int value);
|
||||
void useCurrentComicCoverCheckClicked(bool checked);
|
||||
void numDaysToConsiderRecentChanged(int value);
|
||||
void resetToDefaults();
|
||||
|
||||
private:
|
||||
@ -38,6 +39,8 @@ private:
|
||||
QCheckBox *trayIconCheckbox;
|
||||
QCheckBox *startToTrayCheckbox;
|
||||
QCheckBox *comicInfoXMLCheckbox;
|
||||
QSlider *recentIntervalSlider;
|
||||
QLabel *numDaysLabel;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user