Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Jan 16, 2024
1 parent dac75b8 commit 23adc59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src-tauri/src/app/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
* along with LiquidLauncher. If not, see <https://www.gnu.org/licenses/>.
*/

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};
Expand Down

0 comments on commit 23adc59

Please sign in to comment.