* Increase by one the cleaned counter
()
| 168 | * Increase by one the cleaned counter |
| 169 | */ |
| 170 | function increaseCleanedCounter() { |
| 171 | if (storage.statisticsStatus) { |
| 172 | storage.cleanedCounter++; |
| 173 | deferSaveOnDisk('cleanedCounter'); |
| 174 | } |
| 175 | } |
| 176 | |
| 177 | /** |
| 178 | * Change the icon. |
no test coverage detected