refactor: loading_spin fn remove async

This commit is contained in:
Jack Wills
2023-08-24 16:26:30 +00:00
parent 4660a992df
commit 2e27462d1b
2 changed files with 9 additions and 11 deletions
-2
View File
@@ -143,8 +143,6 @@ async fn main() {
let args = CliArgs::new();
let host = read_docker_host(&args);
//todo if host in arg, use that instead of env?
let app_data = Arc::new(Mutex::new(AppData::default(args.clone())));
let gui_state = Arc::new(Mutex::new(GuiState::default()));
let is_running = Arc::new(AtomicBool::new(true));