From 23adc59b0660357d72a2ee943a2ce4140bd0eacf Mon Sep 17 00:00:00 2001 From: 1zuna Date: Tue, 16 Jan 2024 20:17:21 +0100 Subject: [PATCH] cleanup --- src-tauri/src/app/gui.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src-tauri/src/app/gui.rs b/src-tauri/src/app/gui.rs index 975b94d..7ffc782 100644 --- a/src-tauri/src/app/gui.rs +++ b/src-tauri/src/app/gui.rs @@ -17,9 +17,8 @@ * along with LiquidLauncher. If not, see . */ -use std::{sync::{Arc, Mutex}, thread, path::{Path, PathBuf}}; +use std::{sync::{Arc, Mutex}, thread, path::PathBuf}; -use anyhow::bail; use tokio::fs; use tracing::{error, info, debug}; use tauri::{Manager, Window};