diff options
author | louis <louis.braun@gmx.de> | 2012-12-19 19:43:56 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2012-12-19 19:43:56 +0100 |
commit | 7c2a71393299eed572c1b4dfc2f35a7819e8843b (patch) | |
tree | 751f8c55e49f82ac291015d28924d3f235058fe7 /config.h | |
parent | 7010739a062c660bbd88b612e1635068325acf3f (diff) | |
download | skin-nopacity-7c2a71393299eed572c1b4dfc2f35a7819e8843b.tar.gz skin-nopacity-7c2a71393299eed572c1b4dfc2f35a7819e8843b.tar.bz2 |
Configurable display of disc usage and timers in main menu
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ class cNopacityConfig { int menuScrollFrameTime;
int menuWidthNarrow;
int menuWidthRightItems;
+ int showDiscUsage;
+ int showTimers;
int headerHeight;
int footerHeight;
int numDefaultMenuItems;
|