chore: remove useless hooks

the window is not closed, it is minimized, so the position still exists
This commit is contained in:
huzibaca
2024-10-30 10:06:54 +08:00
parent b809b9bb80
commit e40ea38112
2 changed files with 2 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ use crate::{
};
use anyhow::{anyhow, Result};
use once_cell::sync::OnceCell;
use std::{env::temp_dir, path::PathBuf};
use std::path::PathBuf;
pub const RUNTIME_CONFIG: &str = "clash-verge.yaml";
pub const CHECK_CONFIG: &str = "clash-verge-check.yaml";