diff options
Diffstat (limited to 'flat.c')
-rw-r--r-- | flat.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ class cFlatConfig Config; cTheme Theme; static bool menuActive = false; +bool firstDisplay = true; cFlat::cFlat(void) : cSkin("flatPlus", &::Theme) { displayMenu = NULL; |