chore : update

This commit is contained in:
huzibaca 2024-09-20 18:02:19 +08:00
parent 868707dbde
commit 424c1f7d8f
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -162,7 +162,7 @@ pub async fn patch_verge(patch: IVerge) -> Result<()> {
#[cfg(target_os = "macos")]
let tray_icon = patch.tray_icon;
#[cfg(not(target_os = "macos"))]
let tray_icon = None;
let tray_icon: Option<String> = None;
let common_tray_icon = patch.common_tray_icon;
let sysproxy_tray_icon = patch.sysproxy_tray_icon;
let tun_tray_icon = patch.tun_tray_icon;