summaryrefslogtreecommitdiff
path: root/mymenusetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mymenusetup.h')
-rw-r--r--mymenusetup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mymenusetup.h b/mymenusetup.h
index 138df76..bd6f1a1 100644
--- a/mymenusetup.h
+++ b/mymenusetup.h
@@ -11,6 +11,7 @@ class mySetup
int PatchNew;
int PatchDvd;
int ShowDvdNr;
+ int ShowNewRecs;
bool wasdvd; // needed for dvdarchive-patch functionality
};
@@ -27,6 +28,7 @@ class myMenuSetup:public cMenuSetupPage
int patchnew;
int patchdvd;
int showdvdnr;
+ int shownewrecs;
protected:
virtual void Store();
public: