Merge branch 'dev' into session_idle

This commit is contained in:
Veronica K. B. Olsen
2021-02-09 20:55:26 +01:00
2 changed files with 229 additions and 39 deletions
+1
View File
@@ -554,6 +554,7 @@ class GuiWritingStats(QDialog):
if hideZeros and dwTotal == 0:
continue
if hideNegative and dwTotal < 0:
pcTotal = wcTotal
continue
if isFirst: