diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-09-18 11:57:20 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-10-24 13:43:13 +0200 |
commit | 5ff6d4741fedd4a5d787931a6329615c3e598b15 (patch) | |
tree | 2cb737e1f6203390c9e1aeabc56f928789b01e0d /displaymenu.h | |
parent | 9c5f090e19c9949daaf433858eefab947fe1fd3e (diff) | |
download | skin-lcarsng-5ff6d4741fedd4a5d787931a6329615c3e598b15.tar.gz skin-lcarsng-5ff6d4741fedd4a5d787931a6329615c3e598b15.tar.bz2 |
Optimizing displaymenu to avoid flickering
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 |