WIP
This commit is contained in:
parent
5517e743e1
commit
bec03dc882
8 changed files with 251 additions and 151 deletions
|
@ -42,7 +42,7 @@ impl Display for SystemSpecs {
|
|||
None => format!("OS: {}", self.os_name),
|
||||
};
|
||||
let system_specs = [
|
||||
format!("Zed: {} ({})", self.app_version, self.release_channel),
|
||||
format!("Zed: v{} ({})", self.app_version, self.release_channel),
|
||||
os_information,
|
||||
format!("Memory: {}", human_bytes(self.memory as f64)),
|
||||
format!("Architecture: {}", self.architecture),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue