2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Excluded cases of divisions by zero in dates from statistics charts.

This commit is contained in:
23rd
2025-01-06 10:25:04 +03:00
parent 7fcd84d08e
commit 14672ff145
2 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ struct StatisticalChart {
float64 oneDayPercentage = 0.;
float64 timeStep = 0.;
float64 timeStep = 1.;
bool isFooterHidden = false;
bool hasPercentages = false;