improve debug experience

This commit is contained in:
2025-04-08 07:52:55 +01:00
parent 6e3aa70398
commit c1c1547e4d
6 changed files with 70 additions and 31 deletions
+1
View File
@@ -2,6 +2,7 @@ use crate::util::consts::{ENHANCED, LEGACY};
use std::time::Instant;
use sysinfo::System;
#[derive(Debug)]
pub struct ForceClose {
pub button_text: String,
pub prompting: bool,