In-app feedback WIP
This commit is contained in:
parent
3cffee4065
commit
318a0b7ed0
8 changed files with 366 additions and 53 deletions
|
@ -2,9 +2,11 @@ use std::{env, fmt::Display};
|
|||
|
||||
use gpui::AppContext;
|
||||
use human_bytes::human_bytes;
|
||||
use serde::Serialize;
|
||||
use sysinfo::{System, SystemExt};
|
||||
use util::channel::ReleaseChannel;
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
pub struct SystemSpecs {
|
||||
app_version: &'static str,
|
||||
release_channel: &'static str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue