mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
Add setting to setup third party readers to work with YACReaderLibrary
This commit is contained in:
@ -18,6 +18,7 @@ public:
|
||||
public slots:
|
||||
void editApiKey();
|
||||
void restoreOptions(QSettings *settings) override;
|
||||
void saveOptions() override;
|
||||
|
||||
private slots:
|
||||
void useBackgroundImageCheckClicked(bool checked);
|
||||
@ -35,6 +36,7 @@ private:
|
||||
QCheckBox *comicInfoXMLCheckbox;
|
||||
QSlider *recentIntervalSlider;
|
||||
QLabel *numDaysLabel;
|
||||
QLineEdit *thirdPartyReaderEdit;
|
||||
|
||||
// Libraries tab
|
||||
QCheckBox *updateLibrariesAtStartupCheck;
|
||||
|
Reference in New Issue
Block a user