diff options
Diffstat (limited to '')
-rw-r--r-- | gui/pages.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/pages.cpp b/gui/pages.cpp index 5c647c334..b2a978f4d 100644 --- a/gui/pages.cpp +++ b/gui/pages.cpp @@ -51,7 +51,9 @@ extern "C" { #include "objects.hpp" #include "blanktimer.hpp" -#define TW_THEME_VERSION 1 +// version 2 requires theme to handle power button as action togglebacklight +#define TW_THEME_VERSION 2 + #define TW_THEME_VER_ERR -2 extern int gGuiRunning; |