periodically update toolboxes and show spinner when this is happening

This commit is contained in:
2024-04-28 22:20:14 +02:00
parent 500d159369
commit ceecb4d6cf
2 changed files with 60 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
use serde::{Deserialize, Serialize};
use std::{fmt::Display, iter::zip, process::Command, str::FromStr, string::ParseError, sync::Arc};
use std::{fmt::Display, process::Command, str::FromStr};
#[derive(Debug, PartialEq)]
pub enum ToolbxError {