fix: cannot detect service mode on home card

This commit is contained in:
wonfen
2025-03-19 05:25:38 +08:00
parent 74e441df5b
commit 61f019f194
3 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ use crate::{
};
use anyhow::Result;
use serde_yaml::Mapping;
use tauri::Manager;
/// Patch Clash configuration
pub async fn patch_clash(patch: Mapping) -> Result<()> {