Clean up UI code and improve agent hash display

- Remove unused imports and debug logging
- Change agent display from 'Agent Hash: full' to 'Agent: short8'
- Fix unused variable warnings
This commit is contained in:
2025-10-23 17:54:06 +02:00
parent c5ec529210
commit d0ce1726e8
3 changed files with 8 additions and 10 deletions

View File

@@ -8,8 +8,6 @@ pub mod services;
pub mod system;
pub use backup::BackupWidget;
pub use cpu::CpuWidget;
pub use memory::MemoryWidget;
pub use services::ServicesWidget;
pub use system::SystemWidget;