diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-09 16:26:35 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-09 16:26:35 +0100 |
commit | 5530242d2c45e5833e4f29a5af1ee2ccdf76e05c (patch) | |
tree | f3e14000832bcd39036d63751e71f46be9e2e725 /config.h | |
parent | 1f46b4528d2eff9748836cffe919a82860322e12 (diff) | |
download | skin-flatplus-5530242d2c45e5833e4f29a5af1ee2ccdf76e05c.tar.gz skin-flatplus-5530242d2c45e5833e4f29a5af1ee2ccdf76e05c.tar.bz2 |
add menu SetItemTimer
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -178,6 +178,7 @@ class cFlatConfig double MainMenuItemScale; int MenuChannelView; + int MenuTimerView; int DecorIndex; }; |