diff --git a/YACReaderLibrary/options_dialog.h b/YACReaderLibrary/options_dialog.h index 575a0090..7ecc8511 100644 --- a/YACReaderLibrary/options_dialog.h +++ b/YACReaderLibrary/options_dialog.h @@ -34,6 +34,9 @@ private: QLabel *opacityLabel; QLabel *blurLabel; QPushButton *resetButton; + QCheckBox *displayContinueReadingBannerCheck; + QCheckBox *trayIconCheckbox; + QCheckBox *startToTrayCheckbox; }; #endif