diff options
Diffstat (limited to 'plugin/setup.h')
-rw-r--r-- | plugin/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/setup.h b/plugin/setup.h index c13c769..dab1501 100644 --- a/plugin/setup.h +++ b/plugin/setup.h @@ -18,6 +18,7 @@ struct setup bool OSDMessage; bool BackupMarks; bool Verbose; + bool GenIndex; }; class cSetupMarkAd : public cMenuSetupPage @@ -31,6 +32,7 @@ private: int osdmsg; int backupmarks; int verbose; + int genindex; void write(void); protected: virtual void Store(void); |