mirror of
https://github.com/aristocratos/btop.git
synced 2026-06-12 09:44:22 -04:00
Fixed: Net sync scale bug
This commit is contained in:
@@ -1153,6 +1153,7 @@ namespace Net {
|
||||
|
||||
//? Set counters for auto scaling
|
||||
if (net_auto and selected_iface == iface) {
|
||||
if (net_sync and saved_stat.speed < net.at(iface).stat.at(dir == "download" ? "upload" : "download").speed) continue;
|
||||
if (saved_stat.speed > graph_max[dir]) {
|
||||
++max_count[dir][0];
|
||||
if (max_count[dir][1] > 0) --max_count[dir][1];
|
||||
|
||||
Reference in New Issue
Block a user