diff options
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h index 39d1326..bdf4093 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -44,6 +44,9 @@ private: int lastDiskUsageState; bool lastDiskAlert; double lastSystemLoad; + int lastCountRecordings; + int lastNumRecordingsInPath; + int lastCountTimers; #if APIVERSNUM > 20300 cStateKey timersStateKey; #else |