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:
@@ -68,7 +68,7 @@ struct StatisticalChart {
|
||||
|
||||
float64 oneDayPercentage = 0.;
|
||||
|
||||
float64 timeStep = 0.;
|
||||
float64 timeStep = 1.;
|
||||
|
||||
bool isFooterHidden = false;
|
||||
bool hasPercentages = false;
|
||||
|
Reference in New Issue
Block a user