Add archive count to backup disk display
This commit is contained in:
@@ -544,6 +544,9 @@ impl SystemWidget {
|
||||
details.push(format!("W: {}%", wear as i32));
|
||||
}
|
||||
|
||||
// Add archive count
|
||||
details.push(format!("Archives: {}", disk.total_archives));
|
||||
|
||||
let disk_text = if !details.is_empty() {
|
||||
format!("{} {}", truncated_serial, details.join(" "))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user