We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025285c commit f0564aeCopy full SHA for f0564ae
source/graphics/common/ViewController.cpp
@@ -882,7 +882,7 @@ bool ViewController::packetReceived(const meshtastic_MeshPacket &p)
882
ILOG_DEBUG("loading all logs at once");
883
int32_t percentage = log.current() * 100 / log.count();
884
bool showPercentage = false;
885
- if (log.count() > 2 && percentage < 50) { // TODO: was 10
+ if (log.count() > 3 && percentage < 80) {
886
showPercentage = true;
887
view->notifyRestoreMessages(percentage);
888
}
0 commit comments