=> c3d37b67f2926787b2499be64fb6f914b917d2ed
[1mdiff --git a/src/app.c b/src/app.c[m [1mindex 012eb697..5fc01a5b 100644[m [1m--- a/src/app.c[m [1m+++ b/src/app.c[m [36m@@ -2841,7 +2841,7 @@[m [miBool handleCommand_App(const char *cmd) {[m : star_Icon " ${status.feeds}");[m showCollapsed_Widget(prog, iTrue);[m setFixedSize_Widget(findChild_Widget(prog, "feeds.progressbar"),[m [31m- init_I2(width_Widget(prog) * num / total, -1));[m [32m+[m[32m init_I2(total ? width_Widget(prog) * num / total : 0, -1));[m }[m else if (equal_Command(cmd, "feeds.update.finished")) {[m showCollapsed_Widget(prog, iFalse);[m
text/gemini; charset=utf-8
This content has been proxied by September (ba2dc).