From c5b9a477844e2255a409690d96a7da4cedb32361 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 21 Mar 2020 12:57:24 +0100 Subject: Menu view configureable --- setup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.h') diff --git a/setup.h b/setup.h index 8ed2f77..577cf64 100644 --- a/setup.h +++ b/setup.h @@ -1,6 +1,8 @@ #include class cLCARSNGSetup : public cMenuSetupPage { +private: + const char *menuView[3]; protected: virtual void Store(void); public: -- cgit v1.2.3